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_msc_sim
Commits
24aa9eb9
Commit
24aa9eb9
authored
Apr 18, 2024
by
Fang Yuedong
Browse files
add "save_cosmic_img" keyword to obs_config*BIAS/DARK
parent
5d3a6f43
Changes
2
Hide whitespace changes
Inline
Side-by-side
config/obs_config_Calibration_BIAS.yaml
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
...
...
config/obs_config_Calibration_FLAT.yaml
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
...
...
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