-
Notifications
You must be signed in to change notification settings - Fork 0
/
test.yaml
45 lines (41 loc) · 905 Bytes
/
test.yaml
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
parameters :
- &output output/test11.fits
- &sky_level_pixel 100 # 1.6450475
- &gain 1 # 557.9267374
gal :
type : Sersic
n : 1
half_light_radius : 1 # arcsec
flux : 0
ellip :
type : QBeta
q : 1
beta :
type : Degrees
theta : 0
gsparams:
kvalue_accuracy : 1.e-8
maxk_threshold : 1.1e-4
image :
pixel_scale : 0.168 # arcsec / pixel
sky_level : 0 # ADU / arcsec^2
random_seed : 3125
nproc : 3
type : Scattered
xsize : 420 # pixel
ysize : 410 # pixel
stamp_size : 1 # pixel
nobjects : 1
image_pos :
type : XY
x : 5000
y : 5000
noise :
type : CCD
sky_level_pixel : *sky_level_pixel # ADU/pixel
gain : *gain # e-/ADU
read_noise : 0 # ADU
output :
file_name : *output
nproc : 3
type : Fits