From 16d41577430cfeefd48949017d4ddd0d22a3a660 Mon Sep 17 00:00:00 2001 From: "zhaojunyan@shao.ac.cn" Date: Sun, 14 Apr 2024 09:15:26 +0800 Subject: [PATCH] test --- csst_mci_sim/csst_mci_sim.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/csst_mci_sim/csst_mci_sim.py b/csst_mci_sim/csst_mci_sim.py index ba4cfc0..9411607 100644 --- a/csst_mci_sim/csst_mci_sim.py +++ b/csst_mci_sim/csst_mci_sim.py @@ -1497,9 +1497,7 @@ class MCIsimulator(): print('print information:', self.information) - for key, value in self.information.items(): - self.log.info('%s = %s' % (key, value)) - + ########################################################################### now=datetime.utcnow() @@ -1546,6 +1544,10 @@ class MCIsimulator(): self.log.info('-------STARTING A NEW SIMULATION------------') + for key, value in self.information.items(): + self.log.info('%s = %s' % (key, value)) + + self.log.info('The exposure order is %i ' % simnumber ) #load instrument model, these values are also stored in the FITS header -- GitLab