--- ############################################### # # Configuration file for CSST simulation # For single exposure type: # SCI-WIDE # CSST-Sim Group, 2024/01/08 # ############################################### # Observation type obs_type: "SCI" # Define list of chips run_chips: [8] # Define observation sequence call_sequence: # Accumulate fluxes from objects scie_obs: exptime: 150. # [s] shutter_effect: YES flat_fielding: YES field_dist: YES # Accumulate fluxes from sky background # flat_level: set the total skybackground value (e-) in the exptime,if none,set null, or delete the key # flat_level_filt: the vale of "flat_level" is in the filter "flat_level_filt", can set NUV, u, g, r, i, z, y, if # none,set null,or delete the key sky_background: exptime: 150. # [s] shutter_effect: YES flat_fielding: YES enable_straylight_model: YES flat_level: null flat_level_filt: null # Apply PRNU to accumulated photons PRNU_effect: {} # Accumulate photons caused by cosmic rays cosmic_rays: {} # Add Poission noise and dark current poisson_and_dark: add_dark: YES # Simulate brighter fatter effects bright_fatter: {} # Add detector defects: hot/warm pixels, bad columns detector_defects: hot_pixels: YES dead_pixels: YES bad_columns: YES # Apply response nonlinearity nonlinearity: {} # Apply CCD Saturation & Blooming blooming: {} # # Run CTE simulation CTE_effect: {} # Add prescan and overscan prescan_overscan: {} # Add bias bias: bias_16channel: YES # Add readout noise readout_noise: {} # Apply gain gain: gain_16channel: YES # Output the final image quantization_and_output: format_output: YES ...