jwst
jwst copied to clipboard
Python library for science observations from the James Webb Space Telescope
_Issue [JP-2518](https://jira.stsci.edu/browse/JP-2518) was created on JIRA by [Bryan Hilbert](https://jira.stsci.edu/secure/ViewProfile.jspa?name=hilbert):_ I have been attempting to use the WCS to transform between coordinate systems in a NIRCam TSGRISM file. This is a...
_Issue [JP-2375](https://jira.stsci.edu/browse/JP-2375) was created on JIRA by [Nadia Dencheva](https://jira.stsci.edu/secure/ViewProfile.jspa?name=dencheva):_ Version 3 of the NIRISS CONF files implements a quadratic polynomial in terms of an independent variable "t" , where the...
_Issue [JP-2003](https://jira.stsci.edu/browse/JP-2003) was created on JIRA by [Misty Cracraft](https://jira.stsci.edu/secure/ViewProfile.jspa?name=cracraft):_ Brian York and I have been testing the NIRSpec assign_wcs notebook as part of adding notebooks to our validation testing repo....
_Issue [JP-2097](https://jira.stsci.edu/browse/JP-2097) was created on JIRA by [Deepashri Thatte](https://jira.stsci.edu/secure/ViewProfile.jspa?name=thatte):_ When creating ami_analyze.asdf parameter file, step.export_config doesn't work when include_meta=True is added to the call. It works without it and asdf...
_Issue [JP-2016](https://jira.stsci.edu/browse/JP-2016) was created on JIRA by [Shannon Osborne](https://jira.stsci.edu/secure/ViewProfile.jspa?name=sosborne):_ The pipeline documentation says it will “reset the values of pixels in the flat that have DQ=”NO_FLAT_FIELD” to 1.0”. However, instead...
_Issue [JP-2075](https://jira.stsci.edu/browse/JP-2075) was created on JIRA by [Howard Bushouse](https://jira.stsci.edu/secure/ViewProfile.jspa?name=bushouse):_ Testing of the prototype wfss_contam step using the latest NIRCam WFSS MIRAGE simulations shows a difference in the overall signal level...
Data before and after the superbias subtraction stage 1 pipeline step is considered. The difference of this data should simply be the superbias itself. According to the JWST pipeline manual,...
_Issue [JP-2259](https://jira.stsci.edu/browse/JP-2259) was created on JIRA by [Howard Bushouse](https://jira.stsci.edu/secure/ViewProfile.jspa?name=bushouse):_ It's becoming increasingly clear from reports from the NIRISS, NIRCam, and MIRI teams that there are no good parameters that can...
_Issue [JP-2374](https://jira.stsci.edu/browse/JP-2374) was created on JIRA by [Anton Koekemoer](https://jira.stsci.edu/secure/ViewProfile.jspa?name=koekemoe):_ A significant issue for TSO measurements is the impact of jitter from one exposure to the next, which can cause shifts...
Currently, with the way logging is implemented throughout the project, there are multiple "root" logs due to the combination of using the common convention: `logging.getLogger(__name__)` with the built-in logging facility...