-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy patharc_ops.cfg
66 lines (59 loc) · 1.48 KB
/
arc_ops.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
# Definitions for Ops version of Replan Central page. This contains only the deltas
# from the baseline arc.cfg definitions.
# Define characteristics of web page
<web_page>
title = Replan Central Ops
title_short = Replan Central Ops
style = <<END_PAGE_STYLE
<!--
body { min-width:900px; background:url('blue_paper.gif'); }
td {
padding-left: 0.3cm;
padding-right: 0.3cm;
}
img.boxed {
padding:1px;
border:1px solid #021a40;
margin-top:0.35em
}
-->
END_PAGE_STYLE
</web_page>
# Names of iFOT queries that need to be retrieved at a time
# before an active SCS107 run. This enables the originally
# planned events to still be visible (but grayed out, see
# scs107_disabled below).
<stop_at_scs107>
sim
momentum_mon
sun_pos_mon
</stop_at_scs107>
# Names of files and dirs
<file>
web_page = ops.html
</file>
# Define characteristics of event table:
# First set the types of events which get displayed, then the
# columns and column format characteristics
<event_table>
momentum_mon_enab = yellow
momentum_mon_dis = yellow
sun_pos_mon_enab = yellow
sun_pos_mon_dis = yellow
sim_trans
sim_focus
#
# Hours before and after NOW to display in event table
#
<display_range>
hours_pre = 12
hours_post = 96
</display_range>
#
# Event types that do get greyed out if they occur after (still active) SCS107 run
#
<scs107_disabled>
sim
load_segment
</scs107_disabled>
</event_table>