Commit 25bdb62f authored by Yan Zhaojun's avatar Yan Zhaojun
Browse files

debug

parent f7e43765
Pipeline #4467 passed with stage
in 0 seconds
...@@ -2541,7 +2541,7 @@ class IFSsimulator(): ...@@ -2541,7 +2541,7 @@ class IFSsimulator():
self.log.debug('Starting to apply radiation damage model...') self.log.debug('Starting to apply radiation damage model...')
# at this point we can give fake data... # at this point we can give fake data...
cti = CTI.CDM03bidir(self.information, [], log=self.log) cti = CDM03bidir(self.information, [], log=self.log)
# here we need the right input data # here we need the right input data
self.image_b = cti.applyRadiationDamage(self.image_b.copy( self.image_b = cti.applyRadiationDamage(self.image_b.copy(
...@@ -2550,7 +2550,7 @@ class IFSsimulator(): ...@@ -2550,7 +2550,7 @@ class IFSsimulator():
self.log.debug('Starting to apply radiation damage model...') self.log.debug('Starting to apply radiation damage model...')
# at this point we can give fake data... # at this point we can give fake data...
cti = CTI.CDM03bidir(self.information, [], log=self.log) cti = CDM03bidir(self.information, [], log=self.log)
# here we need the right input data # here we need the right input data
self.image_r = cti.applyRadiationDamage(self.image_r.copy( self.image_r = cti.applyRadiationDamage(self.image_r.copy(
).transpose(), iquadrant=self.information['quadrant']).transpose() ).transpose(), iquadrant=self.information['quadrant']).transpose()
......
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