obs_config_SCI_WIDE.yaml 518 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
---
###############################################
#
#  Configuration file for CSST simulation
#  For single exposure type:
#                SCI-WIDE
#  CSST-Sim Group, 2024/01/08
#
###############################################

# Observation type
obs_type: "SCIE"
13
14
15
16
17
18
19
20
21
22
23
24

# Define simulation sequence
call_sequence:
  # Sky background simulation
  sky_background:
    exptime: 150. # [s]
    shutter_effect: YES
    flat_fielding: YES
  scie_obs:
    exptime: 150. # [s]
    shutter_effect: YES
    flat_fielding: YES
25
...