From 2012b405ddf700543a948a01127df008fe6c7426 Mon Sep 17 00:00:00 2001 From: yan Date: Wed, 8 May 2024 16:01:04 +0800 Subject: [PATCH] debug --- csst_mci_sim/csst_mci_sim.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/csst_mci_sim/csst_mci_sim.py b/csst_mci_sim/csst_mci_sim.py index 8d08e6a..cda5b27 100644 --- a/csst_mci_sim/csst_mci_sim.py +++ b/csst_mci_sim/csst_mci_sim.py @@ -2064,6 +2064,10 @@ class MCIsimulator(): if nlayccd %100 == 0: self.log.info('Star number on CCD is = %i' % (nlayccd)) + + if self.debug: + self.log.info('Star number on CCD is = %i' % (nlayccd)) + ###### st_phot_C1.append(intscales['g']) st_phot_C2.append(intscales['r']) -- GitLab