Skip to content

Commit

Permalink
Merge branch 'release' into staged
Browse files Browse the repository at this point in the history
  • Loading branch information
kbwestfall committed Feb 12, 2022
2 parents 3439466 + 007a412 commit 5c7b26f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pypeit/spectrographs/keck_lris.py
Original file line number Diff line number Diff line change
Expand Up @@ -1323,7 +1323,7 @@ def get_detector_par(self, det, hdu=None):
# Date of Mark4 installation
t2021_upgrade = time.Time("2021-04-15", format='isot')
# TODO -- Update with the date we transitioned to the correct ones
t_gdhead = time.Time("2022-01-01", format='isot')
t_gdhead = time.Time("2029-01-01", format='isot')
date = time.Time(hdu[0].header['MJD'], format='mjd')

if date < t2021_upgrade:
Expand Down

0 comments on commit 5c7b26f

Please sign in to comment.