Skip to content

Commit

Permalink
fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
rcooke-ast committed Oct 20, 2023
1 parent 3dbeef7 commit 6770987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pypeit/spectrographs/vlt_fors.py
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ def config_independent_frames(self):
keywords that can be used to assign the frames to a configuration
group.
"""
return {'bias': 'detector', 'dark': 'detector', 'standard':['detector', 'dispangle', 'dispname']}
return {'bias': 'detector', 'dark': 'detector'}

def configuration_keys(self):
"""
Expand Down

0 comments on commit 6770987

Please sign in to comment.