From 38b06f749d7ad2a5d0908c30c5b1dd8704e3eec4 Mon Sep 17 00:00:00 2001 From: Kieran Leschinski Date: Wed, 20 May 2026 14:08:55 +0200 Subject: [PATCH] Change PSF filename to use variable reference Updated PSF file reference to use variable instead of hardcoded filename. --- MORFEO/MORFEO.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MORFEO/MORFEO.yaml b/MORFEO/MORFEO.yaml index d567959c..7dde679d 100644 --- a/MORFEO/MORFEO.yaml +++ b/MORFEO/MORFEO.yaml @@ -6,7 +6,7 @@ description : MORFEO AO relay module properties : temperature : "!ATMO.temperature" - + psf_file : "PSF_MCAO_ConstPSF_40_18_6.fits" effects : - name: morfeo_surface_list @@ -20,7 +20,7 @@ effects : description : MORFEO field varying MCAO PSF class : FieldConstantPSF kwargs: - filename : PSF_MCAO_ConstPSF_40_18_6.fits + filename : "!RO.psf_file" warning : "Default PSF is not Field Varying. See Documentation"