spacetelescope / jwst

Python library for science observations from the James Webb Space Telescope
https://jwst-pipeline.readthedocs.io/en/latest/
Other
564 stars 167 forks source link

Task: Update the white_light step to use TSO time stamps from table #1621

Closed hbushouse closed 6 years ago

hbushouse commented 6 years ago

Update the white_light step to read the time stamps for each integration from the table extension that will be provided by SDP in TSO exposures (#1617), rather than computing them. Analogous to the updates to the tso_photometry step (#1619).

hbushouse commented 6 years ago

This issue is high priority for B7.2, because it is needed to fulfill level 4 requirements DMS-785 and DMS-786.

hbushouse commented 6 years ago

The new integration times table extension format and contents is described in https://jira.stsci.edu/browse/JSDP-387. SDP will be working on adding the new table extension to level-1b files during the month of April, so by May we should have example files to work with.

philhodge commented 6 years ago

Fixed by PR #2171.