content.json 5.06 KB
{ 
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
    }
]
}