From 7dd488e0941e1f37d98ec6ef861a9a85e39bfd15 Mon Sep 17 00:00:00 2001 From: fangyuedong Date: Fri, 12 Apr 2024 23:10:21 +0800 Subject: [PATCH] change project_cycle to 9 --- config/config_overall.yaml | 2 +- config/obs_config_SCI_WIDE_phot.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/config_overall.yaml b/config/config_overall.yaml index 225aaa2..ce1fa43 100644 --- a/config/config_overall.yaml +++ b/config/config_overall.yaml @@ -14,7 +14,7 @@ work_dir: "/public/home/fangyuedong/project/workplace/" run_name: "QSO_50sqdeg_test" # Project cycle and run counter are used to name the outputs -project_cycle: 6 +project_cycle: 9 run_counter: 1 # Run options diff --git a/config/obs_config_SCI_WIDE_phot.yaml b/config/obs_config_SCI_WIDE_phot.yaml index 89a2dc3..36a1879 100644 --- a/config/obs_config_SCI_WIDE_phot.yaml +++ b/config/obs_config_SCI_WIDE_phot.yaml @@ -63,7 +63,7 @@ call_sequence: nonlinearity: {} # Apply CCD Saturation & Blooming blooming: {} - # # Run CTE simulation + # Run CTE simulation CTE_effect: {} # Add prescan and overscan prescan_overscan: {} -- GitLab