Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add b480 as a supported option for Gemini GMOS-S #1868

Merged
merged 2 commits into from
Nov 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading