talensgj / jwst

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

Support for the F277W filter #9

Closed loicalbert closed 2 years ago

loicalbert commented 2 years ago

Simply skip the engine model_image() extraction, go straight to box extraction. Need a simulation with the F277 keyword. Bad pixel correction via model impossible.

loicalbert commented 2 years ago

When testing the fix to allow F277 exposures to go through. I realized that soss_extract needs the transform as input. It needs the extraction centroids. That means that we need to generate those centroid positions for the F277. Does the solver handle F277 exposures?

loicalbert commented 2 years ago

Michael says that the solver was developped to handle CLEAR exposures. It was assumed that the F277 exposures would use the solution found for the CLEAR. Unfortunately, extract-1d does not have knowledge of other exposures than the current F277 one so we need to develop a solver that handles F277 exposures.