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

debug

parent 4e9178ec
Loading
Loading
Loading
Loading
Loading
+2 −7
Original line number Diff line number Diff line
@@ -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)