jwst
jwst copied to clipboard
Python library for science observations from the James Webb Space Telescope
Resolves [JP-2658](https://jira.stsci.edu/browse/JP-2658) This PR addresses an issue where the appropriate algorithms to calculation the CRPIX* values of the WCS for the various GUIDING exposures was not used. **Checklist for maintainers**...
Resolves [JP-2808](https://jira.stsci.edu/browse/JP-2808) This PR fixes the retrieval of the SRCTYPE value in the master_background step for the case of NIRSpec IFU data. The input background spectra (from x1d products) are...
Adds a Zenodo DOI and a citation file based on the current contributors list **Checklist for maintainers** - [ ] added entry in `CHANGES.rst` within the relevant release section -...
Resolves [JP-2693](https://jira.stsci.edu/browse/JP-2693) This PR implements the enhancement to the jump step where groups after detected jumps are flagged do_not_use. This "corrects" transients that have been seen to make the slope...
This is an example of applying `black` formatting to the codebase, and adding a `black --check .` to the style check. Related to the greater discussion on common code formatting:...
Resolves [JP-nnnn](https://jira.stsci.edu/browse/JP-nnnn) Closes # This PR adds a function to assign_wcs to populate the wavelength extension of the calints level 2 output for MIRI LRS slitless data. Not sure if...
…es and their corresponding DQ flags. The rateints product will have all NaNs set to zero with the corresponding DQ flag set to DO_NOT_USE. Resolves [JP-2669](https://jira.stsci.edu/browse/JP-2669) This PR addresses testing...
This PR adds a parent ABC to ModelContainer, so that behavior in stpipe can be altered if step/pipeline input is a ModelContainer rather than a JwstDataModel. Need to wait for...
Resolves [JP-2807](https://jira.stsci.edu/browse/JP-2807) Closes # This PR updates the ATOCA algorithm from the initial merge to the current development branch, increasing stability and reducing runtime. The modeling is now off by...
A copy of the input model is not made in SourceCatalogStep since there is no return model (just the table). In the step, the units of the data/err arrays are...