Directory: spedas/gui/spedas_plugin_api/
Contents
.pro files
- spedas_terms_of_use.pro
NAME: spedas_terms_of_use PURPOSE: Terms of use for the data of missions included in SPEDAS INPUT mission_name: (string) the name of the mission KEYWORD ARGUMENTS filename: (string) the full path of a text file with the terms of use, or '' agreement_text: (string) the actual string of terms of use OUTPUT 1 (terms accepted) or 0 (terms rejected) CALLING SEQUENCE: spedas_terms_of_use(mission_name) ; same as filename='' or spedas_terms_of_use(mission_name, filename='path_to_agreement_text') or spedas_terms_of_use(mission_name, agreement_text='text of agreement') to reset: spedas_terms_of_use_set(mission_name, 0) NOTES: Works both from Command Line and GUI.