Skip to content

Commit

Permalink
Turn off emicorr by default
Browse files Browse the repository at this point in the history
  • Loading branch information
drlaw1558 committed Jan 4, 2024
1 parent 5bae5a0 commit ba10b8d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ documentation

- Removed unused ``grow`` parameter from ``outlier_detection`` docs. [#8156]

emicorr
-------

- Set skip=True by default in the code, to be turned on later by a parameter
reference file.

outlier_detection
-----------------

Expand Down
1 change: 1 addition & 0 deletions jwst/emicorr/emicorr_step.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ class EmiCorrStep(Step):
nints_to_phase = integer(default=None) # Number of integrations to phase
nbins = integer(default=None) # Number of bins in one phased wave
scale_reference = boolean(default=True) # If True, the reference wavelength will be scaled to the data's phase amplitude
skip = boolean(default=True)
"""

reference_file_types = ['emicorr']
Expand Down

0 comments on commit ba10b8d

Please sign in to comment.