spacetelescope / jwst

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

Wavelength units in truncated NIRSpec WCS pipeline should be microns #285

Closed nden closed 8 years ago

nden commented 8 years ago

There are cases when the NIRSpec WCS pipeline goes from "detector" to "msa" only. Since the wavelength units are converted from meters to micron at the end of the full pipeline, the output of a truncated pipeline is in meters. The last model in a truncated pipeline is a complex Slit2MSa model so it's not as straightforward to scale the output as with the full pipeline.

nden commented 8 years ago

Fixed by #418