Loading csst_mci_sim/csst_mci_sim.py +2 −7 Original line number Diff line number Diff line Loading @@ -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) Loading @@ -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... Loading @@ -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) Loading Loading
csst_mci_sim/csst_mci_sim.py +2 −7 Original line number Diff line number Diff line Loading @@ -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) Loading @@ -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... Loading @@ -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) Loading