Loading csst_ifs_sim/csst_ifs_sim.py +2 −2 Original line number Diff line number Diff line Loading @@ -2571,13 +2571,13 @@ class IFSsimulator(): """ self.log.debug('Starting to apply non-linearity model...') self.image_b = IFSinstrumentModel.CCDnonLinearityModel( self.image_b = CCDnonLinearityModel( self.image_b.copy()) self.log.info('Non-linearity effects included.') self.log.debug('Starting to apply non-linearity model...') self.image_r = IFSinstrumentModel.CCDnonLinearityModel( self.image_r = CCDnonLinearityModel( self.image_r.copy()) self.log.info('Non-linearity effects included.') Loading Loading
csst_ifs_sim/csst_ifs_sim.py +2 −2 Original line number Diff line number Diff line Loading @@ -2571,13 +2571,13 @@ class IFSsimulator(): """ self.log.debug('Starting to apply non-linearity model...') self.image_b = IFSinstrumentModel.CCDnonLinearityModel( self.image_b = CCDnonLinearityModel( self.image_b.copy()) self.log.info('Non-linearity effects included.') self.log.debug('Starting to apply non-linearity model...') self.image_r = IFSinstrumentModel.CCDnonLinearityModel( self.image_r = CCDnonLinearityModel( self.image_r.copy()) self.log.info('Non-linearity effects included.') Loading