Skip to content

Commit

Permalink
bumped up trace_npoly slightly after dev suite testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederick Davies committed Jul 26, 2024
1 parent 6af894f commit 450b622
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pypeit/spectrographs/vlt_xshooter.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ def default_pypeit_par(cls):
par['reduce']['skysub']['bspline_spacing'] = 0.8
par['reduce']['skysub']['global_sky_std'] = False # Do not perform global sky subtraction for standard stars
par['reduce']['extraction']['model_full_slit'] = True # local sky subtraction operates on entire slit
par['reduce']['findobj']['trace_npoly'] = 8
par['reduce']['findobj']['trace_npoly'] = 10
par['reduce']['findobj']['maxnumber_sci'] = 2 # Assume that there is only one object on the slit.
par['reduce']['findobj']['maxnumber_std'] = 1 # Assume that there is only one object on the slit.

Expand Down Expand Up @@ -416,6 +416,8 @@ def check_frame_type(self, ftype, fitstbl, exprng=None):
| (fitstbl['target'] == 'LAMP,FLAT'))
& good_dark_seq)

# TODO: Figure out how to identify lampoffflats

if ftype == 'pinhole':
# Don't type pinhole
return np.zeros(len(fitstbl), dtype=bool)
Expand Down

0 comments on commit 450b622

Please sign in to comment.