From 880a6aee6ecd1de928d2504d481f288ddf426792 Mon Sep 17 00:00:00 2001 From: Hugo Buddelmeijer Date: Fri, 22 Dec 2023 09:17:44 +0100 Subject: [PATCH] Disble SourceDescriptionFitsKeywords for MICADO The SourceDescriptionFitsKeywords still cause problems, see https://github.com/AstarVienna/ScopeSim_Templates/issues/70 https://github.com/AstarVienna/ScopeSim_Templates/issues/69 --- MICADO/MICADO_H4RG.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/MICADO/MICADO_H4RG.yaml b/MICADO/MICADO_H4RG.yaml index 6b3a26aa..4ffd5b3d 100644 --- a/MICADO/MICADO_H4RG.yaml +++ b/MICADO/MICADO_H4RG.yaml @@ -76,13 +76,15 @@ effects : noise_std : 12 n_channels : 64 +# SourceDescriptionFitsKeywords are disabled by default because they still cause problems. # ValueError: The header keyword 'SIM SRC0 function_call' with its value is too long # "'scopesim_templates.stellar.clusters.cluster(mass=10000, distance=2000, core_radius=0.1, tidal_radius=None, multiplicity_object=None, seed=9001)'" - +# See also https://github.com/AstarVienna/ScopeSim_Templates/issues/69 +# and https://github.com/AstarVienna/ScopeSim_Templates/issues/70 - name : source_fits_keywords decription : adds meta data from Source object to FITS header class : SourceDescriptionFitsKeywords - include : True + include : False # ValueError: The header keyword 'SIM EFF0 description' with its value is too long # "'atmospheric spectra pulled from the skycalc server'"