content.json
5.06 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
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
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
{
text: '.',
children: [
{
text: 'The ABCs of AMDA',
id: 'ABC',
leaf:true
},{
text:'WorkSpace Explorer',
children:[{
text:'Resources',
id: 'resourceTree',
leaf:true
},{
text:'Resources: Parameters',
id: 'parametersTree',
leaf:true
},{
text:'Resources: Filtering',
id: 'filters',
leaf:true
},{
text:'Resources: Time Tables',
id: 'timetables',
leaf:true
},{
text:'Resources: Catalogs',
id: 'catalogs',
leaf:true
},
{
text:'Operations',
id: 'operationsHelp',
leaf:true
},{
text:'Jobs',
id: 'jobsHelp',
leaf:true
}]
},{
text:'Creating Parameters and Aliases',
children:[{
text:'Derived Parameters',
id: 'parameterHelp',
leaf:true
},{
text:'MyData Parameters',
id: 'mydataparameter',
leaf:true
},{
text:'Aliases (TBU)',
id: 'aliases',
leaf:true
}]
},{
text:'Plotting',
children:[{
text:'Getting Started',
id: 'plotStart',
leaf:true
},{
text:'Global Settings',
id: 'plotSettings',
leaf:true
},{
text:'Plot Briefly',
id: 'plotSimplifiedView',
leaf:true
},
{
text:'Changing Axis Range',
id: 'changeY',
leaf:true
},
{
text:'Controlling Fonts',
id: 'fonts',
leaf:true
},
{
text:'Plot In Details',
children:[{
text:'Plot Objects',
id: 'plotObjects',
leaf:true
},{
text:'Plot Objects : Page',
id: 'plotPage',
leaf:true
},{
text:'Plot Objects : Layout',
children:[{
text:'Auto and Vertical Layouts',
id: 'plotLayout',
leaf:true
},{
text:'Manual Layout (TBD)',
id: 'ManualLayout',
leaf:true
}]
},{
text:'Plot Objects : Panel',
children:[{
text:'Time and Scatter',
id: 'plotPanel',
leaf:true
},{
text:'Epoch (TBD)',
id: 'panelEpoch',
leaf:true
},{
text:'Instant (TBD)',
id: 'panelInstant',
leaf:true
},{
text:'Status and TickMark (TBD)',
id: 'panelStatus',
leaf:true
}]
},{
text:'Plot Objects : Axis (TBD)',
id: 'plotAxis',
leaf:true
},{
text:'Plot Objects : Additional Objects (TBD)',
id: 'plotAdditional',
leaf:true
},{
text:'Plot Objects : Parameter (TBD)',
id: 'plotParameter',
leaf:true
}]
},{
text:'Interactive Plot Session',
id: 'interSession',
leaf:true
},{
text:'MultiPlot Mode (TBD) ',
id: 'multiPlot',
leaf:true
},{
text:'Access to Hubble Images (TBD)',
id: 'hubbleImages',
leaf:true
}]
},{
text:'Data Mining',
children:[{
text:'Searching In Data',
id: 'dataminingHelp',
leaf:true
},{
text:'Using Functions (TBD)',
id: 'functionsHelp',
leaf:true
}]
},{
text:'Data Downloading',
children:[{
text:'Data',
id: 'downloadDataHelp',
leaf:true
},{
text:'TimeTables / Catalogs',
id: 'downloadTTHelp',
leaf:true
}]
},{
text:'Data Uploading',
children:[{
text:'Data',
id: 'uploadDataHelp',
leaf:true
},{
text:'TimeTables',
id: 'uploadTTHelp',
leaf:true
},{
text:'Catalogs',
id: 'uploadCatHelp',
leaf:true
}]
},{
text:'Catalogs',
children:[{
text:'Generating Catalogs in AMDA (TBD)',
id: 'statisticsHelp',
leaf:true
},{
text:'Managing Catalogs (TBD)',
id: 'catalogHelp',
leaf:true
},{
text:'Visualizing Catalogs (TBD)',
id: 'visuHelp',
leaf:true
}]
},{
text:'Time Tables',
children:[{
text:'Managing Time Tables',
id: 'timetableHelp',
leaf:true
},{
text:'Operations on Time Tables',
id: 'ttOperationsHelp',
leaf:true
},{
text:'Shared Time Tables (TBU)',
id: 'ttShared',
leaf:true
}]
},
{
text:'Working with SAMP',
children:[
{
text:'What is SAMP',
id: 'SampMain',
leaf:true
},
{
text:'Connecting to SAMP Hub (TBU)',
id: 'SampHelp',
leaf:true
}]
},{
text:'Remote Data : Observations',
children:[{
text:'Remote Data Centers',
id: 'remoteIntro',
leaf:true
},{
text:'Remote Centers: Adding Data',
id: 'RemoteDataHelp',
leaf:true
}]
},{
text:'Remote Data : Simulations (IMPEX)(TBD)',
children:[{
text:'Remote Data Centers',
id: 'IMPEX',
leaf:true
}]
}
,{
text:'EPN-TAP',
id: 'EPNTAP',
leaf:true
}
]
}