You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A new algorithm has been added to the ramp fitting module in STCAL that the JWST pipeline can select (JP-3576).
The likelihood algorithm does its own jump detection during the ramp fitting processing, so the existing separate jump detection algorithm done in the pipeline should be skipped if the likelihood algorithm is selected for ramp fitting.
Additionally, if the likelihood algorithm is selected the NGROUPS of the data should be checked. If NGROUPS is 3 or less, then the OLS ramp fitting algorithm should be used and the normal pipeline jump detection algorithm should be run. The minimum ramp size for the likelihood to run correctly is 4 groups per ramp.
The text was updated successfully, but these errors were encountered:
It was decided in development and testing to not turn off jump by default, since the flags might be needed for the clean_flicker_noise step. The changes here are just to make the LIKELY algorithm available, and default to OLS_C if NGROUPS < 4.
Issue JP-3658 was created on JIRA by Kenneth MacDonald:
A new algorithm has been added to the ramp fitting module in STCAL that the JWST pipeline can select (JP-3576).
The likelihood algorithm does its own jump detection during the ramp fitting processing, so the existing separate jump detection algorithm done in the pipeline should be skipped if the likelihood algorithm is selected for ramp fitting.
Additionally, if the likelihood algorithm is selected the NGROUPS of the data should be checked. If NGROUPS is 3 or less, then the OLS ramp fitting algorithm should be used and the normal pipeline jump detection algorithm should be run. The minimum ramp size for the likelihood to run correctly is 4 groups per ramp.
The text was updated successfully, but these errors were encountered: