config_galsim.yaml 6.05 KB
Newer Older
Zhang Xin's avatar
Zhang Xin committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188

### multi-color hight resolution image data
data_dir: "/LePhare/superSim/simData/inputImageSample/"

####### produce gal spec by Lepahre
##True or False,
##True: spec is exist
##False: spec not exist, need produce
spec_isExist: False
##Lephare Work dir, config file and some pre-process data
lePhareWorkDir: "/LePhare/superSim/LePhare/"
##Lephare lib dan binary file dir
lePhareDir: "/LePhare/lephare_dev/"
##spec file dir
spec_outDir: "/LePhare/superSim/Gal_test/lp_spec/"
#######

### mock data output dir
img_outDir: "/LePhare/superSim/Gal_test/"

### input galaxy catalog
catFn: "/LePhare/superSim/simData/catalog/goodn_sample.fits"


################# telescope information

# "CSST", "EUCLID" or "ROMAN"
tel: "CSST"
# CSST: 'NUV','u','g','r','i','z','y'
# EUCLID: 'VIS','NISP.Y','NISP.J','NISP.H'
# ROMAN: 'F062','F087','F106','F129','F158','F184','F146','F213'
fil: 'g'
time_nexp: [150]
nexp: [1]









# ---
# ###############################################
# #
# #  Configuration file for CSST simulation
# #           Overall settings
# #  CSST-Sim Group, 2024/01/08
# #
# ###############################################

# # Base diretories and naming setup
# # can add some of the command-line arguments here as well;
# # ok to pass either way or both, as long as they are consistent
# work_dir: "/public/home/fangyuedong/project/workplace/"
# run_name: "ext_on"

# # Project cycle and run counter are used to name the outputs
# project_cycle: 9
# run_counter: 1

# # Run options
# run_option:
#   # Output catalog only?
#   # If yes, no imaging simulation will be run. Only the catalogs
#   # of corresponding footprints will be generated.
#   out_cat_only: NO

# ###############################################
# # Catalog setting
# ###############################################
# # Configure the input catalog: options should be implemented
# # in the corresponding (user defined) 'Catalog' class
# catalog_options:
#   input_path:
#     cat_dir: "/public/share/yangxuliu/CSSOSDataProductsSims/data_50sqDeg/"
#     star_cat: "starcat_C9/"
#     galaxy_cat: "qsocat/cat2CSSTSim_bundle-50sqDeg/"

#   SED_templates_path:
#     star_SED: "/public/share/yangxuliu/CSSOSDataProductsSims/data_50sqDeg/starcat_C9/"
#     galaxy_SED: "/public/share/yangxuliu/CSSOSDataProductsSims/data_50sqDeg/sedlibs/"
#     AGN_SED: "/public/share/yangxuliu/CSSOSDataProductsSims/data_50sqDeg/qsocat/qsosed/"

#   # Only simulate stars?
#   star_only: NO

#   # Only simulate galaxies?
#   galaxy_only: NO

#   # rotate galaxy ellipticity
#   rotateEll: 0. # [degree]

#   # Whether to apply milky way extinction to galaxies
#   enable_mw_ext_gal: YES
#   planck_ebv_map: "/public/home/fangyuedong/project/ext_maps/planck/HFI_CompMap_ThermalDustModel_2048_R1.20.fits"

# ###############################################
# # Observation setting
# ###############################################
# obs_setting:
#   # (Optional) a file of point list 
#   # if you just want to run default pointing:
#   # - pointing_dir: null
#   # - pointing_file: null
#   pointing_file: "/public/share/yangxuliu/CSSOSDataProductsSims/data_50sqDeg/pointing50_C9/pointing_50_1_n.dat"

#   obs_config_file: "/public/home/fangyuedong/project/csst_msc_sim/config/obs_config_SCI.yaml"

#   # Run specific pointing(s):
#   # - give a list of indexes of pointings: [ip_1, ip_2...]
#   # - run all pointings: null
#   # Note: only valid when a pointing list is specified
#   run_pointings: [0, 1, 2, 3, 4]

#   # Whether to enable astrometric modeling
#   enable_astrometric_model: YES

#   # Cut by saturation magnitude in which band?
#   cut_in_band: "z"

#   # saturation magnitude margin
#   mag_sat_margin: -2.5
#   # mag_sat_margin: -15.

#   # limiting magnitude margin
#   mag_lim_margin: +1.0

# ###############################################
# # PSF setting
# ###############################################
# psf_setting:
  
#   # Which PSF model to use:
#   # "Gauss": simple gaussian profile
#   # "Interp": Interpolated PSF from sampled ray-tracing data
#   psf_model: "Interp"

#   # PSF size [arcseconds]
#   # radius of 80% energy encircled
#   # NOTE: only valid for "Gauss" PSF
#   # psf_rcont: 0.15

#   # path to PSF data
#   # NOTE: only valid for "Interp" PSF
#   # PSF models for photometry survey simulation
#   psf_pho_dir: "/public/share/yangxuliu/CSSOSDataProductsSims/dataC6/psfCube1"
#   # PSF models for slitless spectrum survey simulation
#   psf_sls_dir: "/public/share/yangxuliu/CSSOSDataProductsSims/data_50sqDeg/SLS_PSF_PCA_fp/"

# ###############################################
# # Shear setting
# ###############################################

# shear_setting:
#   # Options to generate mock shear field:
#   # "constant": all galaxies are assigned a constant reduced shear
#   # "catalog": get shear values from catalog
#   shear_type: "constant"

#   # For constant shear field
#   reduced_g1: 0.
#   reduced_g2: 0.

# ###############################################
# # Output options
# ###############################################
# output_setting:
#   output_format:  "channels" # Whether to export as 16 channels (subimages) with pre- and over-scan ("image"/"channels")
#   shutter_output: NO # Whether to export shutter effect 16-bit image
#   prnu_output:    NO # Whether to export the PRNU (pixel-to-pixel flat-fielding) files

# ###############################################
# # Random seeds
# ###############################################
# random_seeds:
#   seed_poisson:         20210601  # Seed for Poisson noise
#   seed_CR:              20210317  # Seed for generating random cosmic ray maps
#   seed_flat:            20210101  # Seed for generating random flat fields
#   seed_prnu:            20210102  # Seed for photo-response non-uniformity
#   seed_gainNonUniform:  20210202  # Seed for gain nonuniformity
#   seed_biasNonUniform:  20210203  # Seed for bias nonuniformity
#   seed_rnNonUniform:    20210204  # Seed for readout-noise nonuniformity
#   seed_badcolumns:      20240309  # Seed for bad columns
#   seed_defective:       20210304  # Seed for defective (bad) pixels
#   seed_readout:         20210601  # Seed for read-out gaussian noise
# ...