Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
teutoburg committed Dec 10, 2023
1 parent fd0d620 commit 3c7396d
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions scopesim/tests/mocks/basic_instrument/YAML_detector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,20 +67,20 @@ effects:
noise_std : 4
n_channels : 16

- name : source_fits_keywords
decription : adds meta data from Source object to FITS header
class : SourceDescriptionFitsKeywords
# - name : source_fits_keywords
# decription : adds meta data from Source object to FITS header
# class : SourceDescriptionFitsKeywords

- name : effects_fits_keywords
decription : adds meta dicts from all Effect objects to FITS header
class : EffectsMetaKeywords
# - name : effects_fits_keywords
# decription : adds meta dicts from all Effect objects to FITS header
# class : EffectsMetaKeywords

- name : config_fits_keywords
decription : adds all UserCommands dicts to FITS header
class : SimulationConfigFitsKeywords
# - name : config_fits_keywords
# decription : adds all UserCommands dicts to FITS header
# class : SimulationConfigFitsKeywords

- name : extra_fits_keywords
decription : adds extra FITS keywords from a yaml file
class : ExtraFitsKeywords
kwargs :
filename: FITS_extra_keywords.yaml
# - name : extra_fits_keywords
# decription : adds extra FITS keywords from a yaml file
# class : ExtraFitsKeywords
# kwargs :
# filename: FITS_extra_keywords.yaml

0 comments on commit 3c7396d

Please sign in to comment.