From 24aa9eb9f72ea970660dc8b91aaec6a82ff34911 Mon Sep 17 00:00:00 2001 From: fangyuedong Date: Thu, 18 Apr 2024 19:47:21 +0800 Subject: [PATCH] add "save_cosmic_img" keyword to obs_config*BIAS/DARK --- config/obs_config_Calibration_BIAS.yaml | 6 +++++- config/obs_config_Calibration_FLAT.yaml | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/config/obs_config_Calibration_BIAS.yaml b/config/obs_config_Calibration_BIAS.yaml index 384c744..25d765f 100644 --- a/config/obs_config_Calibration_BIAS.yaml +++ b/config/obs_config_Calibration_BIAS.yaml @@ -43,7 +43,11 @@ call_sequence: # Apply PRNU to accumulated photons PRNU_effect: {} # Accumulate photons caused by cosmic rays - cosmic_rays: {} + cosmic_rays: + # [Optional]: exposure time of the pointing will be used as default. + # Set it here is you want to override the default + # exptime: 150. # [s] + save_cosmic_img: NO # # Whether to export cosmic ray image # Add Poission noise and dark current poisson_and_dark: add_dark: YES diff --git a/config/obs_config_Calibration_FLAT.yaml b/config/obs_config_Calibration_FLAT.yaml index e554627..17bd5d6 100644 --- a/config/obs_config_Calibration_FLAT.yaml +++ b/config/obs_config_Calibration_FLAT.yaml @@ -43,7 +43,11 @@ call_sequence: # Apply PRNU to accumulated photons PRNU_effect: {} # Accumulate photons caused by cosmic rays - cosmic_rays: {} + cosmic_rays: + # [Optional]: exposure time of the pointing will be used as default. + # Set it here is you want to override the default + # exptime: 150. # [s] + save_cosmic_img: NO # # Whether to export cosmic ray image # Add Poission noise and dark current poisson_and_dark: add_dark: YES -- GitLab