Loading csst_mci_sim/csst_mci_sim.py +5 −3 Original line number Diff line number Diff line Loading @@ -1497,8 +1497,6 @@ class MCIsimulator(): print('print information:', self.information) for key, value in self.information.items(): self.log.info('%s = %s' % (key, value)) ########################################################################### Loading Loading @@ -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 Loading Loading
csst_mci_sim/csst_mci_sim.py +5 −3 Original line number Diff line number Diff line Loading @@ -1497,8 +1497,6 @@ class MCIsimulator(): print('print information:', self.information) for key, value in self.information.items(): self.log.info('%s = %s' % (key, value)) ########################################################################### Loading Loading @@ -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 Loading