Skip to content

Commit

Permalink
Merge pull request #1868 from pypeit/gmos_s_b480
Browse files Browse the repository at this point in the history
Add b480 as a supported option for Gemini GMOS-S
  • Loading branch information
kbwestfall authored Nov 4, 2024
2 parents e35362a + 7c96b68 commit 693d727
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pypeit/spectrographs/gemini_gmos.py
Original file line number Diff line number Diff line change
Expand Up @@ -1028,6 +1028,8 @@ def config_specific_par(self, scifile, inp_par=None):
elif self.get_meta_value(scifile, 'dispname')[0:4] == 'B600':
par['calibrations']['wavelengths']['reid_arxiv'] = 'gemini_gmos_south_ham_b600_compiled.fits'
par['calibrations']['wavelengths']['method'] = 'reidentify'
elif self.get_meta_value(scifile, 'dispname')[0:4] == 'B480':
par['calibrations']['wavelengths']['reid_arxiv'] = 'gemini_gmos_north_ham_b480.fits'

# The bad amp needs a larger follow_span for slit edge tracing
obs_epoch = time.Time(self.get_meta_value(scifile, 'mjd'), format='mjd').jyear
Expand Down

0 comments on commit 693d727

Please sign in to comment.