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

add "save_cosmic_img" keyword to obs_config*BIAS/DARK

parent 5d3a6f43
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -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
+5 −1
Original line number Diff line number Diff line
@@ -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