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
4da73dd3
Commit
4da73dd3
authored
1 year ago
by
Yan Zhaojun
Browse files
Options
Download
Email Patches
Plain Diff
debug
parent
a816099d
develop
master
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
csst_mci_sim/csst_mci_sim.py
+3
-3
csst_mci_sim/csst_mci_sim.py
with
3 additions
and
3 deletions
+3
-3
csst_mci_sim/csst_mci_sim.py
+
3
-
3
View file @
4da73dd3
...
...
@@ -5383,9 +5383,9 @@ class MCIsimulator():
###################################################################
if
self
.
cosmetics
and
self
.
information
[
'xsize'
]
==
9216
and
self
.
information
[
'ysize'
]
==
9232
:
if
self
.
debug
==
False
:
self
.
applyCosmetics
()
print
(
'apply Cosmetics...'
)
self
.
applyCosmetics
()
print
(
'apply Cosmetics...'
)
##################################################
if
self
.
intscale
:
...
...
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