Skip to content

Commit

Permalink
Changelog and doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
drlaw1558 committed Feb 11, 2025
1 parent f023621 commit 36b750c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions changes/339.bugfix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Do not reset existing JUMP flags at the start of the likelihood ramp fitting algorithm.
7 changes: 3 additions & 4 deletions docs/stcal/ramp_fitting/description.rst
Original file line number Diff line number Diff line change
Expand Up @@ -327,10 +327,9 @@ Likelihood Algorithm Details
----------------------------
As an alternative to the OLS algorithm, a likelihood algorithm can be selected
with the step argument ``--ramp_fitting.algorithm=LIKELY``. This algorithm has
its own algorithm for jump detection. The normal jump detection algorithm runs
by default, but can be skipped when selecting the LIKELY algorithm. This
algorithm removes jump detection flags and sets jump detection flags. This jump
detection algorithm requires a minimum of four (4) NGROUPS. If the LIKELY
its own algorithm for jump detection that augments anything identified by
the regular jump detection step.
The LIKELY algorithm requires a minimum of four (4) NGROUPS. If the LIKELY
algorithm is selected for data with NGROUPS less than four, the ramp fitting
algorithm is changed to OLS_C.

Expand Down

0 comments on commit 36b750c

Please sign in to comment.