Commit 6cb20985 authored by Yan Zhaojun's avatar Yan Zhaojun
Browse files

debug

parent 4e9178ec
Pipeline #4072 failed with stage
in 0 seconds
...@@ -3396,8 +3396,6 @@ class MCIsimulator(): ...@@ -3396,8 +3396,6 @@ class MCIsimulator():
#save image without CTI #save image without CTI
self.noCTI_g = self.image_g.copy() self.noCTI_g = self.image_g.copy()
self.log.info('Save NoCti Nonoise image fits file to %s ' % ('noctinonoise' + 'mci_g.fits'))
self.log.debug('Starting to apply radiation damage model...') self.log.debug('Starting to apply radiation damage model...')
#at this point we can give fake data... #at this point we can give fake data...
cti = CTI.CDM03bidir(self.information, [], log=self.log) cti = CTI.CDM03bidir(self.information, [], log=self.log)
...@@ -3409,8 +3407,7 @@ class MCIsimulator(): ...@@ -3409,8 +3407,7 @@ class MCIsimulator():
self.noCTI_r = self.image_r.copy() self.noCTI_r = self.image_r.copy()
self.log.info('Save NoCti Nonoise image fits file to %s ' % ('noctinonoise' + 'mci_r.fits'))
self.log.debug('Starting to apply radiation damage model...') self.log.debug('Starting to apply radiation damage model...')
#at this point we can give fake data... #at this point we can give fake data...
cti = CTI.CDM03bidir(self.information, [], log=self.log) cti = CTI.CDM03bidir(self.information, [], log=self.log)
...@@ -3421,9 +3418,7 @@ class MCIsimulator(): ...@@ -3421,9 +3418,7 @@ class MCIsimulator():
################################################## ##################################################
self.noCTI_i = self.image_i.copy() self.noCTI_i = self.image_i.copy()
self.log.info('Save NoCti Nonoise image fits file to %s ' % ('noctinonoise' + 'mci_i.fits'))
self.log.debug('Starting to apply radiation damage model...') self.log.debug('Starting to apply radiation damage model...')
#at this point we can give fake data... #at this point we can give fake data...
cti = CTI.CDM03bidir(self.information, [], log=self.log) cti = CTI.CDM03bidir(self.information, [], log=self.log)
......
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