spacetelescope / jwst

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

Make "OLS_C" the default algorithm for ramp fitting #8605

Closed stscijgbot-jp closed 6 days ago

stscijgbot-jp commented 6 days ago

Issue JP-3671 was created on JIRA by Howard Bushouse:

After a significant amount of successful testing, it was decided in today's JPCT meeting to switch to using the C-based OLS algorithm as the default in ramp fitting for the DMS B11.0 delivery. 

This requires a simple 1-line change to the ramp_fit step module at:

https://github.com/spacetelescope/jwst/blob/master/jwst/ramp_fitting/ramp_fit_step.py#L388

stscijgbot-jp commented 6 days ago

Comment by Howard Bushouse on JIRA:

Oh, and check RTD for the ramp_fit step to see if makes mention of which algorithm is the default (that might need changing too)

stscijgbot-jp commented 6 days ago

Comment by Howard Bushouse on JIRA:

Fixed by #8607