jwst
jwst copied to clipboard
Python library for science observations from the James Webb Space Telescope
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start)...
Replace all instances `tmpdir` and `tmpdir_factory` pytest fixtures with `tmp_path` and `tmp_path_factory` fixtures, respectively. Then in pyproject.toml: ```toml [tool.pytest.ini_options] addopts = [ "-p no:legacypath", ] ``` which will prevent it...
Resolves [JP-3541](https://jira.stsci.edu/browse/JP-3541) Closes #8286 This PR addresses a bug that caused tweakreg to fail when the bounding box of the input image was too small to find any sources in...
_Issue [JP-3561](https://jira.stsci.edu/browse/JP-3561) was created on JIRA by [Kenneth MacDonald](https://jira.stsci.edu/secure/ViewProfile.jspa?name=kmacdonald):_ During regression, in the jump file used to create test data to be checked against a truth file test_nirspec_irs2_detector1_rtdata_modulecurrent/jw0010010_11010_nrs1_chimera_rateints.fits has invalid...
_Issue [JP-3560](https://jira.stsci.edu/browse/JP-3560) was created on JIRA by [Kenneth MacDonald](https://jira.stsci.edu/secure/ViewProfile.jspa?name=kmacdonald):_ When the CHARGELOSS flag is set in an integration ramp, all subsequent groups in the ramp should be flagged as CHARGELOSS...
_Issue [JP-3120](https://jira.stsci.edu/browse/JP-3120) was created on JIRA by [Howard Bushouse](https://jira.stsci.edu/secure/ViewProfile.jspa?name=bushouse):_ As originally documented in JP-3109, the use of "opencv-python" functions in the snowball/shower correction added to the jump step has caused...
_Issue [JP-2922](https://jira.stsci.edu/browse/JP-2922) was created on JIRA by [Howard Bushouse](https://jira.stsci.edu/secure/ViewProfile.jspa?name=bushouse):_ Implement the long-term solution to handling NIRSpec MOS source ID's that are negative or greater than 5 digits in length, as...
_Issue [JP-3559](https://jira.stsci.edu/browse/JP-3559) was created on JIRA by [Jonathan Eisenhamer](https://jira.stsci.edu/secure/ViewProfile.jspa?name=eisenham):_ See the attached DR for initial details.
_Issue [JP-3555](https://jira.stsci.edu/browse/JP-3555) was created on JIRA by [Ned Molter](https://jira.stsci.edu/secure/ViewProfile.jspa?name=emolter):_ Regression tests with "-W error" turned up many instances of a warning within ASDF that reads ```java asdf.exceptions.AsdfConversionWarning: A ndarray subclass...
`ModelContainer.get_crds_parameters` fails if called on a `ModelContainer` not read from an association. Examples of failures can be found in the errors in a test run: https://github.com/spacetelescope/stpipe/actions/runs/8008830118/job/21876144742 where an attempt was...