Blame view

help/content.json 5.06 KB
16035364   Benjamin Renard   First commit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{ 
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
    },{
f6b85d48   Elena.Budnik   filters help
19
        text:'Resources: Filtering',
16035364   Benjamin Renard   First commit
20
21
22
23
24
25
26
        id: 'filters',        
        leaf:true
    },{
        text:'Resources: Time Tables',
        id: 'timetables',        
        leaf:true
    },{
3aab6027   Elena.Budnik   help first update
27
28
29
30
31
        text:'Resources: Catalogs',
        id: 'catalogs',        
        leaf:true
    },
    {
16035364   Benjamin Renard   First commit
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
        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
    },{
d00ae159   Elena.Budnik   help second commit
51
        text:'Aliases (TBU)',
16035364   Benjamin Renard   First commit
52
53
54
55
56
57
58
59
60
61
62
63
64
65
        id: 'aliases',
        leaf:true
    }]
},{
    text:'Plotting',
    children:[{
        text:'Getting Started',
        id: 'plotStart',        
        leaf:true
    },{
        text:'Global Settings',
        id: 'plotSettings',        
        leaf:true
    },{
d00ae159   Elena.Budnik   help second commit
66
67
        text:'Plot Briefly',
        id: 'plotSimplifiedView',        
16035364   Benjamin Renard   First commit
68
        leaf:true
d00ae159   Elena.Budnik   help second commit
69
70
    },
    {
209e557c   Elena.Budnik   change range help
71
72
73
74
75
        text:'Changing Axis Range',
        id: 'changeY',        
        leaf:true
    },
    {
90ffaaa5   Elena.Budnik   layout and fonts
76
77
78
79
80
        text:'Controlling Fonts',
        id: 'fonts',        
        leaf:true
    },
    {
eeb73206   Elena.Budnik   plotobjects
81
        text:'Plot In Details',
d00ae159   Elena.Budnik   help second commit
82
83
84
85
86
87
88
89
90
        children:[{
			text:'Plot Objects',
			id: 'plotObjects',        
			leaf:true
        },{
			text:'Plot Objects : Page',
			id: 'plotPage',        
			leaf:true
        },{
90ffaaa5   Elena.Budnik   layout and fonts
91
			text:'Plot Objects : Layout',       
9fb65ac8   Elena.Budnik   help layout draft
92
93
94
95
96
97
98
99
			children:[{
				text:'Auto and Vertical Layouts', 
				id: 'plotLayout',
				leaf:true
			},{
				text:'Manual Layout (TBD)', 
				id: 'ManualLayout',
				leaf:true
90ffaaa5   Elena.Budnik   layout and fonts
100
			}] 
d00ae159   Elena.Budnik   help second commit
101
        },{
90ffaaa5   Elena.Budnik   layout and fonts
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
			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
			}] 
d00ae159   Elena.Budnik   help second commit
120
        },{
eeb73206   Elena.Budnik   plotobjects
121
			text:'Plot Objects : Axis (TBD)',
d00ae159   Elena.Budnik   help second commit
122
123
124
			id: 'plotAxis',        
			leaf:true
        },{
eeb73206   Elena.Budnik   plotobjects
125
			text:'Plot Objects : Additional Objects (TBD)',
d00ae159   Elena.Budnik   help second commit
126
127
128
			id: 'plotAdditional',        
			leaf:true
        },{
eeb73206   Elena.Budnik   plotobjects
129
			text:'Plot Objects : Parameter (TBD)',
d00ae159   Elena.Budnik   help second commit
130
131
132
			id: 'plotParameter',        
			leaf:true
        }]
16035364   Benjamin Renard   First commit
133
    },{
16035364   Benjamin Renard   First commit
134
135
136
137
        text:'Interactive Plot Session',
        id: 'interSession',        
        leaf:true
    },{
d00ae159   Elena.Budnik   help second commit
138
        text:'MultiPlot Mode (TBD) ',
16035364   Benjamin Renard   First commit
139
140
141
        id: 'multiPlot',         
        leaf:true
    },{
d00ae159   Elena.Budnik   help second commit
142
        text:'Access to Hubble Images (TBD)',
16035364   Benjamin Renard   First commit
143
144
145
146
147
148
149
150
151
152
        id: 'hubbleImages',         
        leaf:true
    }]
},{
    text:'Data Mining',
    children:[{
        text:'Searching In Data',
        id: 'dataminingHelp',
        leaf:true
    },{
d00ae159   Elena.Budnik   help second commit
153
        text:'Using Functions (TBD)',
16035364   Benjamin Renard   First commit
154
155
156
157
158
159
        id: 'functionsHelp',
        leaf:true
    }]
},{
    text:'Data Downloading',
    children:[{
52c272ad   Elena.Budnik   data download
160
        text:'Data', 
16035364   Benjamin Renard   First commit
161
162
163
        id: 'downloadDataHelp',
        leaf:true
    },{
311d79dc   Elena.Budnik   downTT
164
        text:'TimeTables / Catalogs', 
16035364   Benjamin Renard   First commit
165
166
167
168
169
170
        id: 'downloadTTHelp',
        leaf:true
    }]
},{
    text:'Data Uploading',
    children:[{
597e7dbc   Elena.Budnik   TT upload help
171
        text:'Data', 
16035364   Benjamin Renard   First commit
172
173
174
        id: 'uploadDataHelp',
        leaf:true
    },{
597e7dbc   Elena.Budnik   TT upload help
175
        text:'TimeTables', 
16035364   Benjamin Renard   First commit
176
177
        id: 'uploadTTHelp',
        leaf:true
3aab6027   Elena.Budnik   help first update
178
    },{
f9328ec2   Elena.Budnik   help cat, tt upload
179
        text:'Catalogs', 
3aab6027   Elena.Budnik   help first update
180
181
182
183
184
185
        id: 'uploadCatHelp',
        leaf:true
    }]
},{
    text:'Catalogs',
    children:[{
d00ae159   Elena.Budnik   help second commit
186
        text:'Generating Catalogs in AMDA (TBD)', 
3aab6027   Elena.Budnik   help first update
187
188
189
        id: 'statisticsHelp',
        leaf:true
    },{
d00ae159   Elena.Budnik   help second commit
190
        text:'Managing Catalogs (TBD)', 
3aab6027   Elena.Budnik   help first update
191
192
193
        id: 'catalogHelp',
        leaf:true
    },{
d00ae159   Elena.Budnik   help second commit
194
        text:'Visualizing Catalogs (TBD)', 
3aab6027   Elena.Budnik   help first update
195
196
        id: 'visuHelp',
        leaf:true
16035364   Benjamin Renard   First commit
197
198
199
200
    }]
},{
    text:'Time Tables',
    children:[{
514ba959   Elena.Budnik   tt help updated
201
        text:'Managing Time Tables', 
16035364   Benjamin Renard   First commit
202
203
204
        id: 'timetableHelp',
        leaf:true
    },{
d77eac71   Elena.Budnik   operation tt help...
205
        text:'Operations on Time Tables', 
16035364   Benjamin Renard   First commit
206
207
208
        id: 'ttOperationsHelp',
        leaf:true
    },{
d00ae159   Elena.Budnik   help second commit
209
        text:'Shared Time Tables (TBU)', 
16035364   Benjamin Renard   First commit
210
211
212
        id: 'ttShared',
        leaf:true
    }]
3aab6027   Elena.Budnik   help first update
213
214
},
{
16035364   Benjamin Renard   First commit
215
216
217
218
219
220
221
222
    text:'Working with SAMP',
    children:[
    {
        text:'What is SAMP', 
        id: 'SampMain',
        leaf:true
    },
    {
d00ae159   Elena.Budnik   help second commit
223
        text:'Connecting to SAMP Hub (TBU)', 
16035364   Benjamin Renard   First commit
224
225
226
227
        id: 'SampHelp',
        leaf:true
    }]
},{ 
23b555f1   Elena.Budnik   help : remote: ob...
228
      text:'Remote Data : Observations',
16035364   Benjamin Renard   First commit
229
      children:[{   
23b555f1   Elena.Budnik   help : remote: ob...
230
      text:'Remote Data Centers', 
16035364   Benjamin Renard   First commit
231
232
233
        id: 'remoteIntro',
        leaf:true
    },{   
23b555f1   Elena.Budnik   help : remote: ob...
234
      text:'Remote Centers: Adding Data', 
16035364   Benjamin Renard   First commit
235
236
        id: 'RemoteDataHelp',
        leaf:true
d00ae159   Elena.Budnik   help second commit
237
    }]
23b555f1   Elena.Budnik   help : remote: ob...
238
239
240
241
242
243
244
245
246
},{ 
      text:'Remote Data : Simulations (IMPEX)(TBD)',
      children:[{   
      text:'Remote Data Centers', 
        id: 'IMPEX',
        leaf:true
    }]
}
,{   
25651e86   Elena.Budnik   EPNTAP help
247
      text:'EPN-TAP', 
d00ae159   Elena.Budnik   help second commit
248
249
        id: 'EPNTAP',
        leaf:true
16035364   Benjamin Renard   First commit
250
    }
d00ae159   Elena.Budnik   help second commit
251
]
496ef6c8   Myriam Bouchemit   modif help
252
}