-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathiFOT_queries.cfg
147 lines (129 loc) · 2.36 KB
/
iFOT_queries.cfg
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
# Queries from iFOT
table_match_headers = Type Description
table_match_headers = TStart \(GMT\)
table_match_headers = TStop \(GMT\)
timeout = 120 # Timeout for queries to iFOT (seconds)
# Default query params. These can be overridden within a specific query
<default>
http = http://occweb.cfa.harvard.edu/occweb/web/webapps/ifot/ifot.php
r = home
t = builder
a = show
size = auto
format = list
columns = type_desc,tstart,tstop,properties
rel_date_start = -3 # Days before now
rel_date_stop = 7 # Days from now
</default>
# Query definitions
# Radmon enable and disable
<query radmon>
<table OORMPEN>
</table>
<table OORMPDS>
</table>
</query>
# Momentum monitor enable and disable
<query momentum_mon>
<table MMONEN>
</table>
<table MMONDS>
</table>
</query>
# Sun position monitor enable and disable
<query sun_pos_mon>
<table SUNMONEN>
</table>
<table SUNMONDS>
</table>
</query>
# Eclipse events
<query eclipse>
<table ECLIPSE>
</table>
</query>
<query comm>
# <table PASSPLAN>
<table DSN_COMM>
column = bot
column = eot
column = station
column = config
column = site
column = sched_support_time
column = activity
column = lga
column = soe
</table>
</query>
<query maneuver>
<table TARGQUAT>
column = Q1
column = Q2
column = Q3
column = Q4
</table>
<table MANVR>
</table>
<table ACQ>
</table>
</query>
<query or_er>
<table OBS>
column = TARGET
column = MODE
column = OBSID
column = SI
</table>
<table TARGET_CAL>
column = OBSID
column = TARGET
</table>
#
</query>
<query safe>
<table BRIGHT_STAR_HOLD>
</table>
<table NORMAL_SUN_MODE>
</table>
<table SAFEMODE>
</table>
<table SCS107>
</table>
<table CMD_SCS107>
</table>
</query>
# LOADSEG: | COMMENT | LOAD_NAME | NAME | SCS | TYPE
<query load_segment>
rel_date_start = -21 # days
rel_date_stop = 21 # days
<table LOADSEG>
column = LOAD_NAME
column = NAME
column = SCS
</table>
</query>
<query quaternion>
<table TARGQUAT>
column = q1
column = q2
column = q3
column = q4
</table>
</query>
<query radzone>
table = RADZONE
</query>
<query grating>
<table GRATING>
column GRATING
</table>
</query>
<query sim>
<table SIMTRANS>
column = POS
</table>
<table SIMFOCUS>
column = POS
</table>
</query>