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():
#save image without CTI
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...')
#at this point we can give fake data...
cti = CTI.CDM03bidir(self.information, [], log=self.log)
......@@ -3409,7 +3407,6 @@ class MCIsimulator():
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...')
#at this point we can give fake data...
......@@ -3422,8 +3419,6 @@ class MCIsimulator():
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...')
#at this point we can give fake data...
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