Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
csst-sims
csst_ifs_sim
Commits
f7e43765
Commit
f7e43765
authored
1 year ago
by
Yan Zhaojun
Browse files
Options
Download
Email Patches
Plain Diff
debug
parent
9140d36d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
csst_ifs_sim/csst_ifs_sim.py
+2
-2
csst_ifs_sim/csst_ifs_sim.py
with
2 additions
and
2 deletions
+2
-2
csst_ifs_sim/csst_ifs_sim.py
+
2
-
2
View file @
f7e43765
...
@@ -2571,13 +2571,13 @@ class IFSsimulator():
...
@@ -2571,13 +2571,13 @@ class IFSsimulator():
"""
"""
self.log.debug('Starting to apply non-linearity model...')
self.log.debug('Starting to apply non-linearity model...')
self
.
image_b
=
IFSinstrumentModel
.
CCDnonLinearityModel
(
self.image_b = CCDnonLinearityModel(
self.image_b.copy())
self.image_b.copy())
self.log.info('Non-linearity effects included.')
self.log.info('Non-linearity effects included.')
self.log.debug('Starting to apply non-linearity model...')
self.log.debug('Starting to apply non-linearity model...')
self
.
image_r
=
IFSinstrumentModel
.
CCDnonLinearityModel
(
self.image_r = CCDnonLinearityModel(
self.image_r.copy())
self.image_r.copy())
self.log.info('Non-linearity effects included.')
self.log.info('Non-linearity effects included.')
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets