Commit f7e43765 authored by Yan Zhaojun's avatar Yan Zhaojun
Browse files

debug

parent 9140d36d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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.')