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

test

parent 93443df6
Pipeline #4026 failed with stage
in 0 seconds
......@@ -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))
###########################################################################
......@@ -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