Skip to content
GitLab
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
a6e7e9e7
Commit
a6e7e9e7
authored
Apr 10, 2024
by
Yan Zhaojun
Browse files
update setup.py
parent
f3abcf15
Pipeline
#3967
failed with stage
in 0 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
csst_ifs_sim/csst_ifs_sim.py
View file @
a6e7e9e7
...
@@ -1266,7 +1266,7 @@ class IFSsimulator():
...
@@ -1266,7 +1266,7 @@ class IFSsimulator():
"""
"""
# self.log.info('Reading in cosmic ray information from %s and %s' % (self.information['cosmicraylengths'],
# self.log.info('Reading in cosmic ray information from %s and %s' % (self.information['cosmicraylengths'],
# self.information['cosmicraydistance']))
# self.information['cosmicraydistance']))
print
(
self
.
information
)
crLengths
=
np
.
loadtxt
(
crLengths
=
np
.
loadtxt
(
self
.
information
[
'dir_path'
]
+
self
.
information
[
'cosmicraylengths'
])
self
.
information
[
'dir_path'
]
+
self
.
information
[
'cosmicraylengths'
])
crDists
=
np
.
loadtxt
(
crDists
=
np
.
loadtxt
(
...
...
ifs_data/IFS_sim_C90.config
View file @
a6e7e9e7
...
@@ -103,7 +103,7 @@ cosmeticsFile_r =IFS_inputdata/Cosmetics_r.txt
...
@@ -103,7 +103,7 @@ cosmeticsFile_r =IFS_inputdata/Cosmetics_r.txt
###comicray information file
###comicray information file
cosmicraylengths
=
IFS_inputdata
/
cdf_cr_length
.
dat
cosmicraylengths
=
IFS_inputdata
/
cdf_cr_length
.
dat
cosmicraydistance
=
IFS_inputdata
/
cdf_cr_total
.
dat
cosmicraydistance
=
IFS_inputdata
/
cdf_cr_total
.
dat
#apply multiplicative flatfield (to emulate pixel-to-pixel non-uniformity)?
#apply multiplicative flatfield (to emulate pixel-to-pixel non-uniformity)?
...
...
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