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_msc_sim
Commits
24aa9eb9
Commit
24aa9eb9
authored
1 year ago
by
Fang Yuedong
Browse files
Options
Download
Email Patches
Plain Diff
add "save_cosmic_img" keyword to obs_config*BIAS/DARK
parent
5d3a6f43
release_v3.0
current_stable_for_tests
develop
master
milky_way_extinction
revert-914004c1
sim_scheduler
sls_psf_pca_convolve
v3.3.0
v3.2.1
v3.2.0
v3.1.0
v3.0.0
1 merge request
!22
add field distortion test
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
config/obs_config_Calibration_BIAS.yaml
+5
-1
config/obs_config_Calibration_BIAS.yaml
config/obs_config_Calibration_FLAT.yaml
+5
-1
config/obs_config_Calibration_FLAT.yaml
with
10 additions
and
2 deletions
+10
-2
config/obs_config_Calibration_BIAS.yaml
+
5
-
1
View file @
24aa9eb9
...
@@ -43,7 +43,11 @@ call_sequence:
...
@@ -43,7 +43,11 @@ call_sequence:
# Apply PRNU to accumulated photons
# Apply PRNU to accumulated photons
PRNU_effect
:
{}
PRNU_effect
:
{}
# Accumulate photons caused by cosmic rays
# Accumulate photons caused by cosmic rays
cosmic_rays
:
{}
cosmic_rays
:
# [Optional]: exposure time of the pointing will be used as default.
# Set it here is you want to override the default
# exptime: 150. # [s]
save_cosmic_img
:
NO
# # Whether to export cosmic ray image
# Add Poission noise and dark current
# Add Poission noise and dark current
poisson_and_dark
:
poisson_and_dark
:
add_dark
:
YES
add_dark
:
YES
...
...
This diff is collapsed.
Click to expand it.
config/obs_config_Calibration_FLAT.yaml
+
5
-
1
View file @
24aa9eb9
...
@@ -43,7 +43,11 @@ call_sequence:
...
@@ -43,7 +43,11 @@ call_sequence:
# Apply PRNU to accumulated photons
# Apply PRNU to accumulated photons
PRNU_effect
:
{}
PRNU_effect
:
{}
# Accumulate photons caused by cosmic rays
# Accumulate photons caused by cosmic rays
cosmic_rays
:
{}
cosmic_rays
:
# [Optional]: exposure time of the pointing will be used as default.
# Set it here is you want to override the default
# exptime: 150. # [s]
save_cosmic_img
:
NO
# # Whether to export cosmic ray image
# Add Poission noise and dark current
# Add Poission noise and dark current
poisson_and_dark
:
poisson_and_dark
:
add_dark
:
YES
add_dark
:
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