Commit 16d41577 authored by Yan Zhaojun's avatar Yan Zhaojun
Browse files

test

No related merge requests found
Pipeline #4026 failed with stage
in 0 seconds
Showing with 5 additions and 3 deletions
+5 -3
......@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment