spacetelescope / jwst

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

Separate resample_spec parameters from resample step #8621

Closed stscijgbot-jp closed 1 month ago

stscijgbot-jp commented 3 months ago

Issue JP-3679 was created on JIRA by Melanie Clarke:

The resample_spec step currently borrows the parameter spec directly from the resample step, rather than defining its own parameters.  Some of the available parameters are only appropriate for imaging, and are quietly ignored for spectral resampling.

I think it would help make clearer which parameters are used for spectral resampling if the resample_spec step had a separate parameter spec with only the parameters that are actually used. 

This would change the parameters listed for the resample_spec step, but none of the ones currently specified in any resampling parameter files in CRDS would be impacted.

stscijgbot-jp commented 1 month ago

Comment by Melanie Clarke on JIRA:

Fixed by #8622