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
6d67cc73
Commit
6d67cc73
authored
1 year ago
by
Yan Zhaojun
Browse files
Options
Download
Email Patches
Plain Diff
debug
parent
884cbe45
develop
master
No related merge requests found
Pipeline
#4221
passed with stage
in 0 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
csst_mci_sim/csst_mci_sim.py
+1
-2
csst_mci_sim/csst_mci_sim.py
csst_mci_sim/mci_data/mci_all_9K.config
+4
-4
csst_mci_sim/mci_data/mci_all_9K.config
with
5 additions
and
6 deletions
+5
-6
csst_mci_sim/csst_mci_sim.py
+
1
-
2
View file @
6d67cc73
...
@@ -2886,8 +2886,7 @@ class MCIsimulator():
...
@@ -2886,8 +2886,7 @@ class MCIsimulator():
tab
[
'gal_magz'
]
=
np
.
asarray
(
gal_magz
)
tab
[
'gal_magz'
]
=
np
.
asarray
(
gal_magz
)
data_time
=
self
.
dt
.
strftime
(
"%Y-%m-%d"
)
####################################################################
####################################################################
file
=
self
.
result_path
+
'/log_Data/gal_info'
+
'_SN_'
+
str
(
self
.
information
[
'simnumber'
])
+
'.fits'
file
=
self
.
result_path
+
'/log_Data/gal_info'
+
'_SN_'
+
str
(
self
.
information
[
'simnumber'
])
+
'.fits'
...
...
This diff is collapsed.
Click to expand it.
csst_mci_sim/mci_data/mci_all_9K.config
+
4
-
4
View file @
6d67cc73
...
@@ -61,7 +61,7 @@ TianceEffect = yes
...
@@ -61,7 +61,7 @@ TianceEffect = yes
intscale
=
yes
intscale
=
yes
ghosts
=
no
ghosts
=
yes
shutterEffect
=
yes
shutterEffect
=
yes
...
@@ -69,7 +69,7 @@ flatfieldM = yes
...
@@ -69,7 +69,7 @@ flatfieldM = yes
PRNUeffect
=
yes
PRNUeffect
=
yes
appFatt
=
no
appFatt
=
yes
sky_shift_rot
=
yes
sky_shift_rot
=
yes
...
@@ -79,9 +79,9 @@ sim_star = yes
...
@@ -79,9 +79,9 @@ sim_star = yes
sim_galaxy
=
yes
sim_galaxy
=
yes
save_starpsf
=
no
save_starpsf
=
yes
save_cosmicrays
=
no
save_cosmicrays
=
yes
##############################################
##############################################
##############################################
##############################################
...
...
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