Skip to content

Commit

Permalink
Fix for ref names in extract params default
Browse files Browse the repository at this point in the history
  • Loading branch information
melanieclarke committed Dec 3, 2024
1 parent 92c6002 commit cb7df62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jwst/extract_1d/extract.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,8 +252,8 @@ def get_extract_parameters(ref_dict, input_model, slitname, sp_order, meta,
extract_params['subtract_background'] = False
extract_params['extraction_type'] = 'box'
extract_params['use_source_posn'] = False # no source position correction
extract_params['specwcs_ref_name'] = 'N/A'
extract_params['psf_ref_name'] = 'N/A'
extract_params['specwcs'] = 'N/A'
extract_params['psf'] = 'N/A'
extract_params['position_correction'] = 0
extract_params['independent_var'] = 'pixel'
# Note that extract_params['dispaxis'] is not assigned.
Expand Down

0 comments on commit cb7df62

Please sign in to comment.