Skip to content

Commit

Permalink
fix par doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederick Davies committed Jun 4, 2024
1 parent 6985d4a commit 285baf1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pypeit/par/pypeitpar.py
Original file line number Diff line number Diff line change
Expand Up @@ -3227,7 +3227,8 @@ 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 and long wavelength ends of the spectral axis of the detector. '
'short wavelength end and 150 pixels from the long wavelength '
'end of the spectral axis of the detector.'

defaults['max_shift_abs'] = 0.5
dtypes['max_shift_abs'] = [int, float]
Expand Down

0 comments on commit 285baf1

Please sign in to comment.