Skip to content

Commit

Permalink
fix par doc part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederick Davies committed Jun 4, 2024
1 parent 285baf1 commit cd233c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pypeit/par/pypeitpar.py
Original file line number Diff line number Diff line change
Expand Up @@ -3227,7 +3227,7 @@ def __init__(self, filt_iter=None, sobel_mode=None, edge_thresh=None, sobel_enha
dtypes['trim_spec'] = list
descr['trim_spec'] = 'User-defined truncation of all slits in the spectral direction.' \
'Should be two integers, e.g. 100,150 trims 100 pixels from the ' \
'short wavelength end and 150 pixels from the long wavelength '
'short wavelength end and 150 pixels from the long wavelength ' \
'end of the spectral axis of the detector.'

defaults['max_shift_abs'] = 0.5
Expand Down

0 comments on commit cd233c8

Please sign in to comment.