Plugin guide: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
There are currently | There are currently four interfaces through which third party software can interface with [[Main_Page|SPEDAS]]. | ||
==Load Data API== | ==Load Data API== | ||
Line 15: | Line 15: | ||
:The [[Plugin_Menu_API|Plugin Menu API]] allows integration of mission specific or generic data processing software. | :The [[Plugin_Menu_API|Plugin Menu API]] allows integration of mission specific or generic data processing software. | ||
==Data Processing API== | |||
:The [[data_processing_API|Data Processing API]] allows developers to extend the SPEDAS Data Processing widget in the GUI. |
Revision as of 18:12, 31 March 2015
There are currently four 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.
Data Processing API
- The Data Processing API allows developers to extend the SPEDAS Data Processing widget in the GUI.