-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathperformance.yaml
92 lines (77 loc) · 2.49 KB
/
performance.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
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
optics:
canon: # Canon 2.8/400 lens
aperture: 139.642857143 # millimetres
focal_length: 391.0 # millimetres
throughput_filename: 'resources/canon_throughput.csv'
central_obstruction: 0.0 #millimetres
rasa: #Celestron RASA
aperture: 279.0 # millimetres
focal_length: 620.0 # millimetres
throughput_filename: 'resources/rasa_tau.csv'
central_obstruction: 129.0 # millimetres
cameras:
sbig: # STF-8300M
bit_depth: 16
full_well: 25500 # electrons
gain: 0.37 # electron/u.adu
readout_time: 2 # second
pixel_size: 5.4 # micron / pixel
resolution: 3326, 2504 # pixel
read_noise: 9.3 # electron / pixel
dark_current: 0.04 # electron / (second * pixel)
QE_filename: 'resources/ML8300M_QE.csv'
minimum_exposure: 0.1 # second
fli: # ML50100
bit_depth: 16
full_well: 40300 # electrons
gain: 0.555 # electron/u.adu
readout_time: 2 # second
pixel_size: 6.0 # micron / pixel
resolution: 8176, 6132 # pixel
read_noise: 9.3 # electron / pixel
dark_current: 0.04 # electron / (second * pixel)
QE_filename: 'resources/ML8300M_QE.csv'
minimum_exposure: 0.1 # second
zwo: # ASI1600MM
bit_depth: 12
full_well: 40300 # electrons
gain: 0.555 # electron/u.adu
readout_time: 2 # second
pixel_size: 6.0 # micron / pixel
resolution: 4656, 3520 # pixel
read_noise: 3.65 # electron / pixel
dark_current: 0.0086761766287033644 # electron / (second * pixel)
QE_filename: 'resources/ZWO_QE.csv'
minimum_exposure: 0.000032 # second
filters:
g:
transmission_filename: 'resources/astrodon_g.csv'
sky_mu: 22.5
r:
transmission_filename: 'resources/astrodon_r.csv'
sky_mu: 21.5
Ha_3nm:
transmission_filename: 'resources/astrodon_ha_3nm.csv'
sky_mu: 20.5
Ha_5nm:
transmission_filename: 'resources/astrodon_ha_5nm.csv'
sky_mu: 20.5
psfs:
2as:
FWHM: 2 # arcsecond
alpha: 2.5
imagers:
canon_sbig_g:
optic: canon
camera: sbig
filter: g
psf: 2as
num_imagers: 5
num_per_computer: 5
canon_sbig_r:
optic: canon
camera: sbig
filter: r
psf: 2as
num_imagers: 5
num_per_computer: 5