Plugin guide: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(initializing skeleton plugin guide) |
||
Line 1: | Line 1: | ||
There are currently three interfaces through which third party software can interface with [[Main_Page|SPEDAS]]. | |||
==Load Data API== | |||
:The [[load_data_api|Load Data API]] allows mission specific data to be loaded directly into the SPEDAS GUI. | |||
==Configuration API== | |||
: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)'' | |||
==Plugin Menu API== | |||
:The [[plugin_menu_api|Plugin Menu API]] allows integration of mission specific or generic data processing software. |
Revision as of 01:44, 19 February 2014
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.