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_mci_sim
Commits
2012b405
Commit
2012b405
authored
1 year ago
by
Yan Zhaojun
Browse files
Options
Download
Email Patches
Plain Diff
debug
parent
2efc7355
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
csst_mci_sim/csst_mci_sim.py
+4
-0
csst_mci_sim/csst_mci_sim.py
with
4 additions
and
0 deletions
+4
-0
csst_mci_sim/csst_mci_sim.py
+
4
-
0
View file @
2012b405
...
@@ -2064,6 +2064,10 @@ class MCIsimulator():
...
@@ -2064,6 +2064,10 @@ class MCIsimulator():
if
nlayccd
%
100
==
0
:
if
nlayccd
%
100
==
0
:
self
.
log
.
info
(
'Star number on CCD is = %i'
%
(
nlayccd
))
self
.
log
.
info
(
'Star number on CCD is = %i'
%
(
nlayccd
))
if
self
.
debug
:
self
.
log
.
info
(
'Star number on CCD is = %i'
%
(
nlayccd
))
######
######
st_phot_C1
.
append
(
intscales
[
'g'
])
st_phot_C1
.
append
(
intscales
[
'g'
])
st_phot_C2
.
append
(
intscales
[
'r'
])
st_phot_C2
.
append
(
intscales
[
'r'
])
...
...
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