Skip to content

Commit

Permalink
Fix ramp_fit ref again
Browse files Browse the repository at this point in the history
  • Loading branch information
jotaylor committed May 25, 2023
1 parent b728a57 commit 09d3433
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/jwst/undersampling_correction/description.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ultimately leads to a lower than normal flux for the star in resampled images.

Once a group in a ramp has been flagged as affected by charge migration, all subsequent
groups in the ramp are also flagged. By flagging these groups, they are not used in the
computation of slopes in the :ref:`ramp_fitting <ramp_fit>` step. However, as described
computation of slopes in the :ref:`ramp_fitting <ramp_fitting_step>` step. However, as described
in the algorithm section below, they _are_ used in the calculation of the variance of the slope
due to readnoise.

Expand All @@ -39,7 +39,7 @@ as DO_NOT_USE, these UNDERSAMP groups are still included in the calculation of t
variance due to readnoise.
This results in a readnoise variance for undersampled pixels that is similar to that of
pixels unaffected by charge migration. For the Poisson noise variance calculation in
:ref:`ramp_fitting <ramp_fit>`, the UNDERSAMP/DO_NOT_USE groups are not included.
:ref:`ramp_fitting <ramp_fitting_step>`, the UNDERSAMP/DO_NOT_USE groups are not included.

For integrations having only 1 or 2 groups, no flagging will be performed.

Expand Down

0 comments on commit 09d3433

Please sign in to comment.