forked from spacetelescope/ramp_simulator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
observation_list.yaml
executable file
·136 lines (132 loc) · 3.6 KB
/
observation_list.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
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
#example observation list for the APT -> simulator code.
#
#Observation names must match up with those in the xml
#file from APT.
#Observation dates should be in the format: YYYY-MM-DD
#Roll angle is PAV3, which is available from the
#JWST General Target Visibility Tool (GTVT)
#Roll angles and dates are not checked against the
#GTVT and do not need to agree with the tool's outputs
#
#For multiple observations that you want taken back-to-back,
#use the same date for all
Observation1:
Name: 'NEP #1'
Date: 2019-10-14
PAV3: 0.
SW:
Filter: F200W
PointSourceCatalog: JWST_cl_F200W_n3.cat.txt
GalaxyCatalog: JWST_cl_F200W_n.txt
ExtendedCatalog: None
ExtendedScale: 1.0
ExtendedCenter: 1024,1024
MovingTargetList: None
MovingTargetSersic: None
MovingTargetExtended: None
MovingTargetConvolveExtended: True
MovingTargetToTrack: None
BackgroundRate: 0.0
LW:
Filter: F444W
PointSourceCatalog: JWST_cl_F444W_n3.cat.txt
GalaxyCatalog: JWST_cl_F200W_n.txt
ExtendedCatalog: None
ExtendedScale: 1.0
ExtendedCenter: 1024,1024
MovingTargetList: None
MovingTargetSersic: None
MovingTargetExtended: None
MovingTargetConvolveExtended: True
MovingTargetToTrack: None
BackgroundRate: 0.0
Observation2:
Name: 'NEP #2'
Date: 2020-01-14
PAV3: 88.
SW:
Filter: F200W
PointSourceCatalog: JWST_cl_F200W_n3.cat.txt
GalaxyCatalog: JWST_cl_F200W_ntxt
ExtendedCatalog: None
ExtendedScale: 1.0
ExtendedCenter: 1024,1024
MovingTargetList: None
MovingTargetSersic: None
MovingTargetExtended: None
MovingTargetConvolveExtended: True
MovingTargetToTrack: None
BackgroundRate: 0.0
LW:
Filter: F444W
PointSourceCatalog: JWST_cl_F444W_n3.cat.txt
GalaxyCatalog: JWST_cl_F444W_ntxt
ExtendedCatalog: None
ExtendedScale: 1.0
ExtendedCenter: 1024,1024
MovingTargetList: None
MovingTargetSersic: None
MovingTargetExtended: None
MovingTargetConvolveExtended: True
MovingTargetToTrack: None
BackgroundRate: 0.0
Observation3:
Name: 'SEP #1'
Date: 2020-01-17
PAV3: 0.
SW:
Filter: F200W
PointSourceCatalog: something_f200w.cat
GalaxyCatalog: somethingelse_f200w.cat
ExtendedCatalog: None
ExtendedScale: 1.0
ExtendedCenter: 1024,1024
MovingTargetList: None
MovingTargetSersic: None
MovingTargetExtended: None
MovingTargetConvolveExtended: True
MovingTargetToTrack: None
BackgroundRate: 0.0
LW:
Filter: F444W
PointSourceCatalog: something_f444w.cat
GalaxyCatalog: somethingelse_f444w.cat
ExtendedCatalog: None
ExtendedScale: 1.0
ExtendedCenter: 1024,1024
MovingTargetList: None
MovingTargetSersic: None
MovingTargetExtended: None
MovingTargetConvolveExtended: True
MovingTargetToTrack: None
BackgroundRate: 0.0
Observation4:
Name: 'SEP #2'
Date: 2020-04-17
PAV3: 88.
SW:
Filter: F200W
PointSourceCatalog: something_f200w.cat
GalaxyCatalog: somethingelse_f200w.cat
ExtendedCatalog: None
ExtendedScale: 1.0
ExtendedCenter: 1024,1024
MovingTargetList: None
MovingTargetSersic: None
MovingTargetExtended: None
MovingTargetConvolveExtended: True
MovingTargetToTrack: None
BackgroundRate: 0.0
LW:
Filter: F444W
PointSourceCatalog: something_f444w.cat
GalaxyCatalog: somethingelse_f444w.cat
ExtendedCatalog: None
ExtendedScale: 1.0
ExtendedCenter: 1024,1024
MovingTargetList: None
MovingTargetSersic: None
MovingTargetExtended: None
MovingTargetConvolveExtended: True
MovingTargetToTrack: None
BackgroundRate: 0.0