Romancal

Latest version: v0.18.0

Safety actively analyzes 724051 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 5

0.23.1

===================

General
-------

- Remove units from reference file datamodels. (`1474
<https://github.com/spacetelescope/romancal/issues/1474>`_)
- remove ``okify_regtests`` script (move to ``ci_watson``) (`1513
<https://github.com/spacetelescope/romancal/issues/1513>`_)
- Perform bounding box assignment inline with the ordering that GWCS prefers.
(`1527 <https://github.com/spacetelescope/romancal/issues/1527>`_)
- Update romancal to use proper APE 14 API for GWCS interactions. (`1528
<https://github.com/spacetelescope/romancal/issues/1528>`_)
- Remove the jump code for the deprecated jump detection for even ramps and
update the documentation (`1534
<https://github.com/spacetelescope/romancal/issues/1534>`_)
- Bump min Python version to 3.11 per SPEC 0. (`1543
<https://github.com/spacetelescope/romancal/issues/1543>`_)


Documentation
-------------

- Mention possible need to provide package name to strun when using aliases.
(`1476 <https://github.com/spacetelescope/romancal/issues/1476>`_)
- Remove assignment validation example from docs. (`1504
<https://github.com/spacetelescope/romancal/issues/1504>`_)


``stpipe``
----------

- Remove Step.__call__ usage (which will be deprecated in stpipe). (`1499
<https://github.com/spacetelescope/romancal/issues/1499>`_)


Associations
------------

- Switch association scripts from using ``Main`` class to ``_cli`` function to
fix return code. (`1538
<https://github.com/spacetelescope/romancal/issues/1538>`_)
- This adds additional info to the asn header keyword skycell_wcs_info and
updates the mosaic pipeline to use
that information to construct the skycell data from the input exposures.
(`1583 <https://github.com/spacetelescope/romancal/issues/1583>`_)
- Fix bug where skycell_wcs_info was double json encoded (`1592
<https://github.com/spacetelescope/romancal/issues/1592>`_)


Scripts
-------

- Remove install of missing scripts "schema_editor" and "schemadoc". (`1538
<https://github.com/spacetelescope/romancal/issues/1538>`_)
- allow `MosaicModel` in `roman_static_preview` (`1613
<https://github.com/spacetelescope/romancal/issues/1613>`_)


``exposure_pipeline``
---------------------

- Fix exposure pipeline handling of all saturated inputs. (`1525
<https://github.com/spacetelescope/romancal/issues/1525>`_)
- Update exposure pipeline to use ModelLibrary. (`1525
<https://github.com/spacetelescope/romancal/issues/1525>`_)
- Fix description of arguments in docs and add description of fully saturated
input processing. (`1593
<https://github.com/spacetelescope/romancal/issues/1593>`_)


``mosaic_pipeline``
-------------------

- Change the default suffix for mosaic products from _i2d to _coadd (`1542
<https://github.com/spacetelescope/romancal/issues/1542>`_)
- Convert calls to ``exit(0)`` within the pipeline into exceptions. (`1545
<https://github.com/spacetelescope/romancal/issues/1545>`_)
- Roundtrip L3 wcsinfo especially when skycell specifications are used (`1585
<https://github.com/spacetelescope/romancal/issues/1585>`_)


``dq_init`` (WFI-Image, WFI-Prism, WFI-Grism)
---------------------------------------------

- Invoke converter from_tvac_raw to enable processing of TVAC/FPS data (`1596
<https://github.com/spacetelescope/romancal/issues/1596>`_)


``saturation`` (WFI-Image, WFI-Prism, WFI-Grism)
------------------------------------------------

- Loosen saturation unit test to allow DO_NOT_USE (`1571
<https://github.com/spacetelescope/romancal/issues/1571>`_)
- Add saturation step docs to package index. (`1593
<https://github.com/spacetelescope/romancal/issues/1593>`_)


``assign_wcs`` (WFI-Image, WFI-Prism, WFI-Grism)
------------------------------------------------

- Apply velocity aberration correction to the WFI WCS (`1354
<https://github.com/spacetelescope/romancal/issues/1354>`_)
- `1612 <https://github.com/spacetelescope/romancal/issues/1612>`_


``source_detection`` (WFI-Image)
--------------------------------

- Remove SourceDetectionStep (use SourceCatalogStep). (`1533
<https://github.com/spacetelescope/romancal/issues/1533>`_)


``tweakreg`` (WFI-Image)
------------------------

- Use PSF astrometry in tweakreg & fix regression test. (`1578
<https://github.com/spacetelescope/romancal/issues/1578>`_)


``resample``
------------

- Remove unused arguments from step specification. (`1593
<https://github.com/spacetelescope/romancal/issues/1593>`_)


``source_catalog``
------------------

- Use meta.source_catalog and meta.cal_step.source_catalog in source_catalog
step. (`1533 <https://github.com/spacetelescope/romancal/issues/1533>`_)
- Create a common mask array for both segmentation and PSF photometry. (`1574
<https://github.com/spacetelescope/romancal/issues/1574>`_)
- Add new forced source catalog mode. (`1611
<https://github.com/spacetelescope/romancal/issues/1611>`_)

0.18.0

===================

General
-------

- Remove units from reference file datamodels. (`1474
<https://github.com/spacetelescope/romancal/issues/1474>`_)
- remove ``okify_regtests`` script (move to ``ci_watson``) (`1513
<https://github.com/spacetelescope/romancal/issues/1513>`_)
- Perform bounding box assignment inline with the ordering that GWCS prefers.
(`1527 <https://github.com/spacetelescope/romancal/issues/1527>`_)
- Update romancal to use proper APE 14 API for GWCS interactions. (`1528
<https://github.com/spacetelescope/romancal/issues/1528>`_)
- Remove the jump code for the deprecated jump detection for even ramps and
update the documentation (`1534
<https://github.com/spacetelescope/romancal/issues/1534>`_)
- Bump min Python version to 3.11 per SPEC 0. (`1543
<https://github.com/spacetelescope/romancal/issues/1543>`_)


Documentation
-------------

- Mention possible need to provide package name to strun when using aliases.
(`1476 <https://github.com/spacetelescope/romancal/issues/1476>`_)
- Remove assignment validation example from docs. (`1504
<https://github.com/spacetelescope/romancal/issues/1504>`_)


``stpipe``
----------

- Remove Step.__call__ usage (which will be deprecated in stpipe). (`1499
<https://github.com/spacetelescope/romancal/issues/1499>`_)


Associations
------------

- Switch association scripts from using ``Main`` class to ``_cli`` function to
fix return code. (`1538
<https://github.com/spacetelescope/romancal/issues/1538>`_)
- This adds additional info to the asn header keyword skycell_wcs_info and
updates the mosaic pipeline to use
that information to construct the skycell data from the input exposures.
(`1583 <https://github.com/spacetelescope/romancal/issues/1583>`_)
- Fix bug where skycell_wcs_info was double json encoded (`1592
<https://github.com/spacetelescope/romancal/issues/1592>`_)


Scripts
-------

- Remove install of missing scripts "schema_editor" and "schemadoc". (`1538
<https://github.com/spacetelescope/romancal/issues/1538>`_)
- allow `MosaicModel` in `roman_static_preview` (`1613
<https://github.com/spacetelescope/romancal/issues/1613>`_)


``exposure_pipeline``
---------------------

- Fix exposure pipeline handling of all saturated inputs. (`1525
<https://github.com/spacetelescope/romancal/issues/1525>`_)
- Update exposure pipeline to use ModelLibrary. (`1525
<https://github.com/spacetelescope/romancal/issues/1525>`_)
- Fix description of arguments in docs and add description of fully saturated
input processing. (`1593
<https://github.com/spacetelescope/romancal/issues/1593>`_)


``mosaic_pipeline``
-------------------

- Change the default suffix for mosaic products from _i2d to _coadd (`1542
<https://github.com/spacetelescope/romancal/issues/1542>`_)
- Convert calls to ``exit(0)`` within the pipeline into exceptions. (`1545
<https://github.com/spacetelescope/romancal/issues/1545>`_)
- Roundtrip L3 wcsinfo especially when skycell specifications are used (`1585
<https://github.com/spacetelescope/romancal/issues/1585>`_)


``dq_init`` (WFI-Image, WFI-Prism, WFI-Grism)
---------------------------------------------

- Invoke converter from_tvac_raw to enable processing of TVAC/FPS data (`1596
<https://github.com/spacetelescope/romancal/issues/1596>`_)


``saturation`` (WFI-Image, WFI-Prism, WFI-Grism)
------------------------------------------------

- Loosen saturation unit test to allow DO_NOT_USE (`1571
<https://github.com/spacetelescope/romancal/issues/1571>`_)
- Add saturation step docs to package index. (`1593
<https://github.com/spacetelescope/romancal/issues/1593>`_)


``assign_wcs`` (WFI-Image, WFI-Prism, WFI-Grism)
------------------------------------------------

- Apply velocity aberration correction to the WFI WCS (`1354
<https://github.com/spacetelescope/romancal/issues/1354>`_)
- `1612 <https://github.com/spacetelescope/romancal/issues/1612>`_


``source_detection`` (WFI-Image)
--------------------------------

- Remove SourceDetectionStep (use SourceCatalogStep). (`1533
<https://github.com/spacetelescope/romancal/issues/1533>`_)


``tweakreg`` (WFI-Image)
------------------------

- Use PSF astrometry in tweakreg & fix regression test. (`1578
<https://github.com/spacetelescope/romancal/issues/1578>`_)


``resample``
------------

- Remove unused arguments from step specification. (`1593
<https://github.com/spacetelescope/romancal/issues/1593>`_)


``source_catalog``
------------------

- Use meta.source_catalog and meta.cal_step.source_catalog in source_catalog
step. (`1533 <https://github.com/spacetelescope/romancal/issues/1533>`_)
- Create a common mask array for both segmentation and PSF photometry. (`1574
<https://github.com/spacetelescope/romancal/issues/1574>`_)
- Add new forced source catalog mode. (`1611
<https://github.com/spacetelescope/romancal/issues/1611>`_)

0.17.0

===================

General
-------

- Update source catalog file with the tweaked coordinates. (`1373
<https://github.com/spacetelescope/romancal/issues/1373>`_)
- move DMS requirement <-> test correlations from ``metrics_logger()``
decorators to ``romancal/tests/dms_requirement_tests.json`` (`1399
<https://github.com/spacetelescope/romancal/issues/1399>`_)
- Break up long regression tests to avoid needing to okify results twice.
(`1426 <https://github.com/spacetelescope/romancal/issues/1426>`_)
- Removed now unused lib.dms. (`1433
<https://github.com/spacetelescope/romancal/issues/1433>`_)
- Remove units from romancal. (`1445
<https://github.com/spacetelescope/romancal/issues/1445>`_)
- Have pytest clean up some files when it finishes running tests. (`1446
<https://github.com/spacetelescope/romancal/issues/1446>`_)
- Fix remaining numpy 2 issues and unpin numpy to allow numpy 2 usage. (`1447
<https://github.com/spacetelescope/romancal/issues/1447>`_)
- Give regtest okify results unique subdirectories. (`1456
<https://github.com/spacetelescope/romancal/issues/1456>`_)
- Updates to support L1/L2 schema changes. (`1473
<https://github.com/spacetelescope/romancal/issues/1473>`_)
- Use stcal to compute s_region keyword. (`1493
<https://github.com/spacetelescope/romancal/issues/1493>`_)


Documentation
-------------

- handle changelog entries with ``towncrier`` (`1375
<https://github.com/spacetelescope/romancal/issues/1375>`_)
- Update docs to not include default fake values. (`1419
<https://github.com/spacetelescope/romancal/issues/1419>`_)


``stpipe``
----------

- Add class_alias for all steps. (`1509
<https://github.com/spacetelescope/romancal/issues/1509>`_)


Associations
------------

- add target to asn_from_list command (`1411
<https://github.com/spacetelescope/romancal/issues/1411>`_)
- Added code to take an input list of calibrated WFI exposures and creates
associations based on the
skycells that they overlap (`1437
<https://github.com/spacetelescope/romancal/issues/1437>`_)
- Update skycell_asn docs and add skycell_asn as a script at install time
(`1471 <https://github.com/spacetelescope/romancal/issues/1471>`_)
- Updates to the file naming for the products and inputs and adds the
orientation to the wcs keywords in the asn header (`1505
<https://github.com/spacetelescope/romancal/issues/1505>`_)


``mosaic_pipeline``
-------------------

- Allow asn product name to be the output product (`1394
<https://github.com/spacetelescope/romancal/issues/1394>`_)


``ramp_fitting`` (WFI-Image, WFI-Prism, WFI-Grism)
--------------------------------------------------

- Drop support for ``ols`` ramp fitting. (`1398
<https://github.com/spacetelescope/romancal/issues/1398>`_)


``source_detection`` (WFI-Image)
--------------------------------

- Don't restart loggers during create_gridded_psf_model. (`1503
<https://github.com/spacetelescope/romancal/issues/1503>`_)


``tweakreg`` (WFI-Image)
------------------------

- Group by obs_id (`1448
<https://github.com/spacetelescope/romancal/issues/1448>`_)
- Updates s_region after running TweakRegStep successfully. (`1484
<https://github.com/spacetelescope/romancal/issues/1484>`_)


``outlier_detection``
---------------------

- Update input handling to raise an exception on an invalid input instead of
issuing a warning and skipping the step. (`1357
<https://github.com/spacetelescope/romancal/issues/1357>`_)
- Remove unused arguments to outlier detection. (`1357
<https://github.com/spacetelescope/romancal/issues/1357>`_)
- Use stcal common code in outlier detection. (`1357
<https://github.com/spacetelescope/romancal/issues/1357>`_)
- Fix bug where on_disk=True could fail due to Quantities not implementing
tofile. (`1436 <https://github.com/spacetelescope/romancal/issues/1436>`_)
- Group by obs_id (`1448
<https://github.com/spacetelescope/romancal/issues/1448>`_)


``resample``
------------

- Fixed an incompatibility with ``numpy 2.0`` in
``resample.resample_utils.build_mask()``. Switched code in
``build_driz_weight()`` to use ``astropy`` equivalent of ``build_mask()``.
Deprecated ``resample.resample_utils.build_mask()``. (`1383
<https://github.com/spacetelescope/romancal/issues/1383>`_)
- Group by obs_id (`1448
<https://github.com/spacetelescope/romancal/issues/1448>`_)
- Update resample to populate location_name attribute and tests to check for it
(`1498 <https://github.com/spacetelescope/romancal/issues/1498>`_)


``source_catalog``
------------------

- The data and err array of the input datamodel to the source_catalog step
are now copied so that they are left completely unchanged by the step.
(`1457 <https://github.com/spacetelescope/romancal/issues/1457>`_)
- Restored flux units in source catalog table. (`1512
<https://github.com/spacetelescope/romancal/issues/1512>`_)


``multiband_catalog``
---------------------

- Added a pipeline step to create a multiband catalog from L3 images. (`1485
<https://github.com/spacetelescope/romancal/issues/1485>`_)

0.16.3

===================

mosaic_pipeline
---------------

- Only load patch table when needed. [1367]

source_catalog
--------------

- Populate segmentation image metadata. [1391]

resample
--------

- Use association product name for output meta.filename by default [1391]

0.16.2

===================

pipeline
--------

- Added ``suffix`` to the spec of ExposurePipeline with a
default value of ``cal``. Removed explicit setting of ``suffix``
so that it can be passed as an argument to ``strun``. [1378]

0.16.1

===================

- update ``stpipe`` to use ``ModelLibrary`` [1364]
- update ``stcal`` to use outlier detection [1364]

Page 1 of 5

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.