Skip to content

Commit

Permalink
Change from 'wavmode' to 'WAVMODE'
Browse files Browse the repository at this point in the history
  • Loading branch information
Allonck committed Mar 5, 2024
1 parent 9e60aa3 commit b6ffa66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion goodman_pipeline/core/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -3781,7 +3781,7 @@ def get_reference_lamp(self, header):
(self.ref_lamp_collection['lamp_ar'] == header['LAMP_AR']) &
(self.ref_lamp_collection['lamp_fe'] == header['LAMP_FE']) &
(self.ref_lamp_collection['lamp_cu'] == header['LAMP_CU']) &
(self.ref_lamp_collection['wavmode'] == header['wavmode']))]
(self.ref_lamp_collection['wavmode'] == header['WAVMODE']))]
if filtered_collection.empty:
error_message = "Unable to find a match for: "\
"LAMP_HGA = {}, "\
Expand Down

0 comments on commit b6ffa66

Please sign in to comment.