diff --git a/csst_mci_sim/csst_mci_sim.py b/csst_mci_sim/csst_mci_sim.py index ba4cfc06985f7b1c54e6610d659bdc5ee05167f0..9411607891f95399bca06548b0feeabe0f9afba2 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