OpticImager.yml
1.18 KB
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
# Equivalent focal length (m)
- attribute :
key : foclen
is_editable: False
is_container: False
value : 0.503
unit: "m"
label: "Equivalent focal length"
description: ""
# Total tranmission
- attribute :
key : transmissions
is_editable: False
is_container: True
value:
wavelengths: [379e-9, 380e-9, 1100e-9, 1101e-9]
transmission: [0.0, 0.9, 0.9, 0.0]
unit:
wavelengths: "m"
transmission: ""
label: "Total transmission"
description: ""
# Equivalent apperture diameter (m)
- attribute:
key: appdiam
is_editable: False
is_container: False
value: 0.08
unit: "m"
label: "Equivalent apperture diameter"
description: ""
# Mean sigma value of a Gaussian model of the psf (m)
- attribute:
key: psf_sigma
is_editable: False
is_container: False
value : 10.0e-6
unit: "m"
label: "Gaussian sigma of the PSF"
description: ""
# Focal reducer
- attribute :
key: reducer
is_editable: False
is_enum: True
value: ["x1","x0.7"]
unit: ""
label: "Focal reducer"
description: ""