jwst
jwst copied to clipboard
Python library for science observations from the James Webb Space Telescope
Resolves [JP-3463](https://jira.stsci.edu/browse/JP-3463) Closes #8071 This PR adds pipeline handling of new datamodel quantities for the average dark current. This can be specified either by the user, as a scalar quantity,...
Added code to try and solve intermittent problem of corrupted files in outlier_detection step of image3 pipeline Resolves [JP-2943](https://jira.stsci.edu/browse/JP-2943) Closes # This PR addresses problems noted in operations when running...
Resolves [JP-3169](https://jira.stsci.edu/browse/JP-3169) Closes #7773 This PR addresses adds aperture locations for valid values of xstart, xstop, ystart and ystop to the FITS header This PR needs https://github.com/spacetelescope/stdatamodels/pull/264 to be merged...
Resolves [JP-3533](https://jira.stsci.edu/browse/JP-3533) Closes #8264 This PR addresses the behavior of the emicorr step. Previously it would run always for all MIRI data. The MIRI team requested it is skipped when...
_Issue [JP-3085](https://jira.stsci.edu/browse/JP-3085) was created on JIRA by [Hien Tran](https://jira.stsci.edu/secure/ViewProfile.jspa?name=htran):_ [jw01539-c1010_20230203t072948_image3_00002](https://pljwdmsweb.stsci.edu/owlgui/logs/directory_view?directory_path=/ifs/archive/ops/jwst/info/owl/logs/owlmgr_jw01539-c1010_20230203t072948_image3_00002_1675411981.716303&fileset_name=jw01539-c1010_20230203t072948_image3_00002&dag_name=REPRO_LEVEL_3) failed with error ```java 2023-02-03 14:23:39,099 - stpipe.Image3Pipeline.outlier_detection - INFO - Exposure jw01947004001_02101_00003_mirimage_outlier_i2d.fits saved to file 2023-02-03 14:23:39,109 - stpipe.Image3Pipeline.outlier_detection...
_Issue [JP-3558](https://jira.stsci.edu/browse/JP-3558) was created on JIRA by [Howard Bushouse](https://jira.stsci.edu/secure/ViewProfile.jspa?name=bushouse):_ In the stdatamodels group.schema.yaml module, which defines the tabular data stored in the GROUP extension of data products the integration_number column...
_Issue [JP-3562](https://jira.stsci.edu/browse/JP-3562) was created on JIRA by [Michael Regan](https://jira.stsci.edu/secure/ViewProfile.jspa?name=mregan):_ The current MIR Shower flagging code as a couple of issues: # Reference pixels are treated the same as data pixels...
_Issue [JP-3563](https://jira.stsci.edu/browse/JP-3563) was created on JIRA by [David Law](https://jira.stsci.edu/secure/ViewProfile.jspa?name=dlaw):_ For Build 11, we should look into future-proofing the pipeline by addressing some issues due to crashes resulting from unknown keywords....
Resolves [JP-3088](https://jira.stsci.edu/browse/JP-3088 ) Closes #7792 This PR updates exp_to_source to correctly populate the bunit_data and bunit_err values to the slit data. **Checklist for maintainers** - [x] added entry in `CHANGES.rst`...
Resolves [JP-3552](https://jira.stsci.edu/browse/JP-3552) Closes #8311 This PR replaces all instances tmpdir and tmpdir_factory pytest fixtures with tmp_path and tmp_path_factory fixtures, as recommended by pytest (see [here](https://docs.pytest.org/en/7.1.x/how-to/tmp_path.html)), so that these are returning...