Romancal

Latest version: v0.15.1

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

Scan your dependencies

Page 1 of 4

0.15.2

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

-

0.15.1

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

- updated `rad` and `roman_datamodels` to `0.20.0`

0.15.0

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

skymatch
--------
- Update step to always return a ``ModelContainer``. [1208]

patch_match
-----------

- Code to determine which patches overlap a given image. [1161]
- Plotting utility to show image spatial relationship to matched patches and
candidate patches. [1204]

tweakreg
--------

- Allow single open Roman datamodels to be used as input to be consistent with expected behavior in ELP. [1089]

- Update tweakreg regression tests to test astrometric
performance. Use "clip_accum" for better robustness. [1185]

general
-------

- Initial resample to a skycell in the hlp [1214]

- Add preview files to HLP tests [1199]

- Allow ``ModelContainer`` to work properly with context manager. [1147]

- Update the ``dqflags`` to use the ones stored in
``roman_datamodels`` [1099]
- Add script for creating regtest files; consolidate files used for
some tests. [1084]

- Update the high level pipeline to use updates in Outlier_detection and tweakreg [1143]

documentation
-------------

- Fixed datamodels documentation to use correct API. [1112]

- Improve PSF fitting configuration, background subtraction, grid
point selection. [1125]

dq_init
-------

- Copy reference pixels during ``dq_init`` to avoid larger files in later
processing steps [1121]

- Allow ``dq_init`` to pass through keys not defined in ``RampModel``
schema [1151]

flux
----

- Set flux step status for each input. [1160]

stpipe
------

- Update ``meta.calibration_software_version`` for results of ``Step`` runs to
record the version of romancal used to produce the result. [1194]

- Update ``stpipe.core.finalize_results`` to record the CRDS information
only if a step uses reference files. [1201]

- Populate logs for L3 files in addition to L2 files [1207]

resample
--------

- Update location of ``basic`` attributes. [1131]

- Allow user to provide DQ flags to use/exclude when creating resampling mask. [1166]

- Updated Level 3 ``cal_step`` attribute creation. [1165]

- Fix bug that prevented properly update of the resampled output weight and context arrays. [1181]

- Update Level 3 output ``basic`` attribute. [1188]

- Populate the Level 3 wcsinfo [1182]

- Make rotation matrix 2d for schema validation [1205]

- Include logs of individual L2 products [1207]

- Resample members should use actual file names from association file [1209]

- Populate the l3 product individual_image_meta block [1216]

outlier_detection
-----------------

- Allow `ModelContainer` as input. [1092]

- Update location of ``basic`` attributes. [1131]

- Set ``single=False`` in the call to resample to properly create a median image. [1146]

ramp_fitting
------------

- Changed image units from e/s to DN/s (and added support for MJy/sr). Added gain reduction to convert to these units. [1128]

flux
----

- Create FluxStep to apply the flux correction to Level 2 data. [1120]

source_detection
----------------

- Make PSF fitting the default. [1185]

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

- Added Source Catalog Step. [1102]

0.14.0

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

general
-------

- Updated the ``compare_asdf`` diff reports to include descriptive information
about what is being compared. [1044]

dq_init
-------

- Add the ability to copy resultantdq from a SDF science raw model to the new rampmodel created by dq_init [1085]

outlier_detection
-----------------

- Add outlier detection step documentation. [1042]
- Add outlier detection unit tests. [1058]
- Add additional documentation of the scale and snr parameters. [1058]
- Updated information for the ``scale`` and ``snr`` parameters in the ``outlier_detection`` step docs. [1062]

jump detection
--------------

- Added uneven ramp-jump detection docs. [1035]

documentation
-------------

- Remove ``sphinx-asdf`` requirement, fix issue where menu does not scroll. [1063]

- Update jump step docs [1035]

- added user documentation for ``roman_static_preview`` script [1046]

ramp_fitting
------------

- Add default WCS when constructing image model from ramp model [1072]

- Account for Poisson noise from dark current when fitting ramps. [1088]

resample
--------

- Update resample step to handle the L3 meta data [1057]

general
-------

- Update elp steps to check for CRDS not returning a reference file [1055]

- Fix bug where ``compare_asdf`` failed to detect ``DataModel`` type differences. [1066]

0.13.0

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

outlier_detection
-----------------

- Implemented ``outlier-detection step``. [981]

associations
------------

- Add FOV associations to the code [931]

dark
----

- Removed ``err`` array from dark current tests. [938]

general
-------

- Update elp pipeline code to capture a list from tweakreg [985]

- Add code to run the steps needed for the high level processing (roman_hlp) [980]

- Update pipeline code to correct cal_step and suffixes [971]

- Update pipeline code to run through tweakreg with single files and associations [960]

- Update regression tests with new data and update ramp fitting tests to use ols_cas22 [911]

- Fix bug with ``ModelContainer.get_crds_parameters`` being a property not a method [846]

- Fix random seed bug in PSF fitting methods [862]

- Fix regression tests for PSF fitting methods [872]

- Fix regression test ``compare_asdf`` function replacing use of
``asdf.commands.diff`` with ``deepdiff`` and add ``deepdiff`` as
a test dependency [868]

- Add ``astropy.table.Table`` support to ``compare_asdf`` [915]

- Use tolerance for more comparisons in ``compare_asdf`` [917]

- Use array comparison options (including ``nan`` equality) when
comparing ``WCS`` objects during ``compare_asdf`` [941]

- Fix dynamic importing issue with the ``ddtrace`` package. [1024]

ramp_fitting
------------

- Inititial implementation of the Uneven Ramp fitting [779]

- Fix opening mode for references to be read-only [854]

- Make uneven ramp fitting the default [877]

- Update Ramp fitting code to support the ``stcal`` changes to the ramp fitting
interface which were necessary to support jump detection on uneven ramps [933]

- Add uneven ramp fitting documentation [944]

- Enable jump detection within the Cas22 ramp fitting be default, and add
regression tests for it. [991]

- Implement next round of SOC verification tests for uneven ramps [970]

refpix
------

- Update cal_step, add suffix and add to the exposure pipeline [890]

- Enable apodized FFT interpolation by default. [1017]

resample
--------

- Implement resampling step. [787]

- Use resampled exposure time images to compute image exposure times. [959]

scripts
-------

- added ``roman_static_preview`` script to generate static previews of ASDF images [953]

- fixed ``asn_from_list`` script [972]

source_detection
----------------

- Support for PSF fitting (optional) for accurate centroids. [841, 984]

- Save source catalog to a structured array. [987]

stpipe
------

- Remove checks on CI in production code [955]

tweakreg
--------

- Fix a bug due to which source catalog may contain sources
outside of the bounding box. [947]

0.12.0

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

source_detection
----------------
- Skip the step if the data is not imaging mode. [798]

tweakreg
--------
- Skip the step if the data is not imaging mode [798]

- Add regression test for TweakReg. [707]

- WCS fit results are now available in meta.wcs_fit_results. [714]

documentation
-------------
- Update info strings in the pipeline to provide uniform syntax [721]

- Updated wording about ELP and HLP in the Associations documentation for RTD

- Updated the primary branch referenced in CONTRIBUTING to be main

- Updated reference pixel correction documentation to include discretization bias discussion. [716]

skymatch
--------
- Added SkyMatchStep to pipeline [687]

- Registered SkyMatchStep in stpipe. [770]

jump
----
- Accept and ignore additional return values from stcal detect_jumps [723]

ramp_fitting
------------
- Update unit tests for stcal 1.4.0 [725]

- Adjust ramp slopes and associated unceratinties for gain. [804]

refpix
------

- Add initial reference pixel correction step implementation. [704]

saturation
----------

- Add read_pattern argument to flag_saturated_pixels. [836]

general
-------

- Add metrics_logger to the regression tests [831]

- Update pipeline logic for saturation checks [824]

- Update the pipeline code to process all the uncal files in an association [802]

- `ModelContainer` supports slice and dice. [710]

- Add `ModelContainer` to `romancal.datamodels`. [710]

- Move ``is_assocation`` from ``roman_datamodels`` to ``romancal``. [719]

- Update ``romancal`` to use altered API for ``maker_utils``. [717]

- Require stcal >= 1.4 [723]

- Fix search for docs. [768]

- Remove ``aws`` install option. [767]

- Bump minimum ``asdf`` version to ``2.15.0``. [777]

- Remove unused extras (``ephem``, ``lint``) from build configuration and regression testing [784]

- Make all random number generation for tests both seeded and use the same random
number generation system. [771]

- Make steps operate in place rather than copying. [774]

- Fix devdeps Jenkins job. [795]

- Remove use of the deprecated ``pkg_resources`` module from ``setuptools``. [829]

- Add ``dev`` install option. [835]

- Add PSF photometry methods [794]

Page 1 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.