Skip to content

Commit

Permalink
update test for tags to match current behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-simpson committed Oct 27, 2023
1 parent 95a27d5 commit 87b46fc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gemini_instruments/test/ghost_lut_tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# Example
# ('GHOST', 'filename.fits') {'tag', 'set', 'in', 'full', },

[('GHOST', 'S20230214S0025.fits'), {'UNPREPARED', 'SOUTH', 'RAW', 'GHOST', 'GEMINI', 'SIDEREAL', 'BUNDLE', 'STD'}],
[('GHOST', 'S20230214S0025_1x4_blue001.fits'), {'BLUE', 'GHOST', 'SIDEREAL', 'UNPREPARED', 'SPECT', 'SOUTH', 'RAW', 'GEMINI', 'STD'}],
[('GHOST', 'S20230214S0025_1x4_red002.fits'), {'RED', 'GHOST', 'SIDEREAL', 'UNPREPARED', 'SPECT', 'SOUTH', 'RAW', 'GEMINI', 'STD'}],
[('GHOST', 'S20230214S0025_2x2_slit.fits'), {'SLIT', 'GHOST', 'SIDEREAL', 'SLITV', 'UNPREPARED', 'SOUTH', 'IMAGE', 'RAW', 'GEMINI', 'STD'}],
[('GHOST', 'S20230214S0025.fits'), {'UNPREPARED', 'SOUTH', 'RAW', 'GHOST', 'GEMINI', 'SIDEREAL', 'BUNDLE'}],
[('GHOST', 'S20230214S0025_1x4_blue001.fits'), {'BLUE', 'GHOST', 'SIDEREAL', 'UNPREPARED', 'SPECT', 'SOUTH', 'RAW', 'GEMINI', 'XD'}],
[('GHOST', 'S20230214S0025_1x4_red002.fits'), {'RED', 'GHOST', 'SIDEREAL', 'UNPREPARED', 'SPECT', 'SOUTH', 'RAW', 'GEMINI', 'XD'}],
[('GHOST', 'S20230214S0025_2x2_slit.fits'), {'SLIT', 'GHOST', 'SIDEREAL', 'SLITV', 'UNPREPARED', 'SOUTH', 'IMAGE', 'RAW', 'GEMINI'}],

]
"""Expected tag sets from test files."""

0 comments on commit 87b46fc

Please sign in to comment.