Skip to content

Commit

Permalink
Return jump threshold statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
bhilbert4 committed Jul 28, 2023
1 parent 5fdcec1 commit 7b1fe98
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions jwql/shared_tasks/run_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,9 @@ def run_save_jump(input_file, short_name, work_directory, instrument, ramp_fit=T
if instrument == 'nircam':
params['refpix'] = dict(odd_even_rows=False)

# Default CR rejection threshold is too low
params['jump']['rejection_threshold'] = 15

# Set up to save jump step output
params['jump']['save_results'] = True
params['jump']['output_dir'] = work_directory
Expand Down

0 comments on commit 7b1fe98

Please sign in to comment.