jwst
jwst copied to clipboard
Python library for science observations from the James Webb Space Telescope
…ept rateints (3D) input Resolves [JP-2679](https://jira.stsci.edu/browse/JP-2679) This PR updates the documentation for the code update for the background subtraction step to accept rateints (3D) input BKG exposures. The code update...
pass parameters for snowball showers Resolves [JP-2645](https://jira.stsci.edu/browse/JP-2645) Closes # This PR addresses ... **Checklist for maintainers** - [ ] added entry in `CHANGES.rst` within the relevant release section - [...
`ruff` is an in-development Python linter written in Rust that aims for parity with combined Flake8 and Black: https://github.com/charliermarsh/ruff It has several advantages over `flake8`, including significant speedups in linting...
This PR allows users to swap between the default DAOStarFinder and IRAFStarFinder for source catalog in the tweakreg step. In some cases (particularly for shorter bands where the PSF is...
Currently the only 2 CRDS parameters stored in the science data headers are CRDS_VER and CRDS_CTX: ``` CRDS_VER= '11.16.3 ' / Version of CRDS file selection software used CRDS_CTX= 'jwst_0932.pmap'...
update the name of the ReadTheDocs configuration file to `.readthedocs.yaml` **Checklist for maintainers** - [ ] added entry in `CHANGES.rst` within the relevant release section - [ ] updated or...
The final l3 data products presently don't indicate which pixels have contributions from one or more saturated pixels. I'd like to have a clear way to identify these pixels. Is...
With the latest pipeline version, there's an error in the update_fits_wcsinfo call in tweakreg_step: `RuntimeError: Failed to achieve required error tolerance` which as far as I know is due to...
Currently the Gaia alignment for absolute astrometry is turned off by default in `tweakreg`, but if turned on, it queries MAST using the `requests` module and uses DR2. DR3 is...
Resolves [JP-2812](https://jira.stsci.edu/browse/JP-2812) This PR enables support for user-provided image catalogs in tweakreg. This is accomplished via `meta.tweakreg_catalog` attribute and `ignore_custom_catalog=False` (this is needed for backward compatibility). Normally users would have...