Commit 24aa9eb9 authored by Fang Yuedong's avatar Fang Yuedong
Browse files

add "save_cosmic_img" keyword to obs_config*BIAS/DARK

parent 5d3a6f43
......@@ -43,7 +43,11 @@ call_sequence:
# Apply PRNU to accumulated photons
PRNU_effect: {}
# 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
poisson_and_dark:
add_dark: YES
......
......@@ -43,7 +43,11 @@ call_sequence:
# Apply PRNU to accumulated photons
PRNU_effect: {}
# 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
poisson_and_dark:
add_dark: YES
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment