jwst icon indicating copy to clipboard operation
jwst copied to clipboard

Python library for science observations from the James Webb Space Telescope

Results 360 jwst issues
Sort by recently updated
recently updated
newest added

# Issue The `engdb_tools` package has been left out of the documentation. Add it in.

documentation
engdb_tools

Issue [JP-924](https://jira.stsci.edu/browse/JP-924) was created by Misty Cracraft: In the Pipeline Readthedocs pages, the search feature is not returning the desired search page in the top few hits. I have tried...

dq_init
documentation
jira

Issue [JP-1215](https://jira.stsci.edu/browse/JP-1215) was created by Alicia Canipe: There was a request from the JDox Working Group to add a more descriptive title to the jwst software readthedocs landing page ([https://jwst-pipeline.readthedocs.io/en/latest/).|https://jwst-pipeline.readthedocs.io/en/latest/)]...

documentation
jira

1) Add a little more info to the description of the CAMERA reference file. Something like "This file contains the coordinate transforms from the NIRSpec focal plane array to the...

documentation

The `assign_wcs` docs have a dependency listing: https://github.com/spacetelescope/jwst/blob/master/docs/jwst/assign_wcs/main.rst We should consider removing this and creating a dependency entry for the whole package at a higher level in the docs that's...

documentation

```shell pytest ``` ```pytest ================================================================= test session starts ================================================================== platform darwin -- Python 3.10.4, pytest-7.1.2, pluggy-1.0.0 crds_context: jwst_0842.pmap rootdir: /Users/zburnett/projects/jwst, configfile: setup.cfg plugins: xdist-2.5.0, forked-1.4.0, requests-mock-1.9.3, ci-watson-0.6.1, openfiles-0.5.0, doctestplus-0.12.0, asdf-2.11.1,...

bug

After running the Detector1Pipeline and overriding the reference file used (gain reference file) in all the steps where it is used, the final _rate data product header still lists only...

While working on JP-1156 ("Compare GLS and OLS algorithms in ramp fitting"), I have discovered that the Generalized Least Squares (GLS) algorithm of ramp fitting crashes with large datasets, e.g....

While working on JP-1156 ("Compare GLS and OLS algorithms in ramp fitting"), I have discovered that the Generalized Least Squares (GLS) algorithm of ramp fitting crashes for datasets having multiple...

The value of None is not accepted in config files. It also doesn't make sense to have the default value of max_cores to be None. The correct value should be...