Skip to content

Commit

Permalink
Update jwst/outlier_detection/outlier_detection_ifu.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hbushouse authored Mar 19, 2024
1 parent 0403475 commit a498ca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jwst/outlier_detection/outlier_detection_ifu.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class OutlierDetectionIFU(OutlierDetection):
b. Store computed neighbor differences for all the pixels.
The neighbor pixel differences are defined by the dispersion axis.
For MIRI, with the dispersion axis along the y axis, the neighbors that are used to
to find the differences are to the left and right of pixel being examined.
to find the differences are to the left and right of each pixel being examined.
For NIRSpec, with the dispersion along the x axis, the neighbors that are used to
find the differences are above and below the pixel being examined.
3. For each input file store the minimum of the pixel neighbor differences
Expand Down

0 comments on commit a498ca2

Please sign in to comment.