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

debug

parent 9140d36d
......@@ -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.')
......
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