Plugin guide: Difference between revisions
Jump to navigation
Jump to search
(initializing skeleton plugin guide) |
|||
(3 intermediate revisions by 2 users not shown) | |||
Line 4: | Line 4: | ||
==Load Data API== | ==Load Data API== | ||
:The [[ | :The [[Load_Data_API|Load Data API]] allows mission specific data to be loaded directly into the SPEDAS GUI. | ||
==Configuration API== | ==Configuration API== | ||
:The [[ | :The [[File_Config_API|Configuration API]] allows the GUI to read preferences relevant to loading data for a mission. | ||
:''(Required if using the Load Data API)'' | :''(Required if using the Load Data API)'' | ||
Line 14: | Line 14: | ||
==Plugin Menu API== | ==Plugin Menu API== | ||
:The [[ | :The [[Plugin_Menu_API|Plugin Menu API]] allows integration of mission specific or generic data processing software. |
Latest revision as of 22:11, 13 May 2015
There are currently three interfaces through which third party software can interface with SPEDAS.
Load Data API
- The Load Data API allows mission specific data to be loaded directly into the SPEDAS GUI.
Configuration API
- The Configuration API allows the GUI to read preferences relevant to loading data for a mission.
- (Required if using the Load Data API)
Plugin Menu API
- The Plugin Menu API allows integration of mission specific or generic data processing software.