This page was created by the IDL library routine mk_html_help2.

Last modified: Thu Aug 6 12:53:14 2020.


Directory Listing of Routines


Routine Descriptions

SPD_UI_SPEDAS_FILECONFIG

[Next Routine] [List of Routines]
NAME:
 spd_ui_spedas_fileconfig

PURPOSE:
 A widget that allows the user to set some of the !spedas environmental variables. The user
 can save the changes permanently to file, reset to default values, or cancel any changes
 made since the panel was displayed.

HISTORY:

$LastChangedBy: nikos $
$LastChangedDate: 2018-06-01 11:07:18 -0700 (Fri, 01 Jun 2018) $
$LastChangedRevision: 25311 $
$URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/tags/spedas_4_0/spedas_gui/misc/spd_ui_spedas_fileconfig.pro $

(See spedas_gui/misc/spd_ui_spedas_fileconfig.pro)


SPEDAS_CONFIG_FILEDIR

[Previous Routine] [Next Routine] [List of Routines]
Function: spedas_config_filedir.pro
Purpose: Get the applications user directory for SPEDAS data analysis software

$LastChangedBy: egrimes $
$LastChangedDate: 2015-12-03 13:50:06 -0800 (Thu, 03 Dec 2015) $
$LastChangedRevision: 19523 $
$URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/tags/spedas_4_0/spedas_gui/misc/spedas_config_filedir.pro $

(See spedas_gui/misc/spedas_config_filedir.pro)


SPEDAS_INIT

[Previous Routine] [Next Routine] [List of Routines]
PROCEDURE:  spedas_init

PURPOSE:    Initializes system variables for spedas data.
            Can be called from idl_startup to set custom locations.

$LastChangedBy: egrimes $
$LastChangedDate: 2019-08-30 10:22:52 -0700 (Fri, 30 Aug 2019) $
$LastChangedRevision: 27701 $
$URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/tags/spedas_4_0/spedas_gui/misc/spedas_init.pro $

(See spedas_gui/misc/spedas_init.pro)


SPEDAS_READ_CONFIG

[Previous Routine] [Next Routine] [List of Routines]
NAME:
 spedas_read_config
PURPOSE:
 Reads the spedas_config file
CALLING SEQUENCE:
 cstruct = spedas_read_config()
INPUT:
 none, for the purposes of this example the filename is hardcoded, 
 'spedas_config.txt',and is put in a folder given by the routine 
 istp_config_filedir, that uses the IDL
 routine app_user_dir to create/obtain it: my linux example:
 /disks/ice/home/jimm/.idl/spedas/spedas_config-4-linux
OUTPUT:
 cstruct = a structure with the changeable fields of the !istp
           structure
 Copied from thm_read_config and tt2000_read_config lphilpott 20-jun-2012
$LastChangedBy: egrimes $
$LastChangedDate: 2015-12-03 13:50:06 -0800 (Thu, 03 Dec 2015) $
$LastChangedRevision: 19523 $
$URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/tags/spedas_4_0/spedas_gui/misc/spedas_read_config.pro $

(See spedas_gui/misc/spedas_read_config.pro)


SPEDAS_WRITE_CONFIG

[Previous Routine] [List of Routines]
NAME:
 spedas_write_config

PURPOSE:
 Writes the spedas_config file

CALLING SEQUENCE:
 spedas_write_config, copy=copy

INPUT:
 none, the filename is hardcoded, 'spedas_config.txt',and is  put in a
 folder given by the routine spedas_config_filedir, that uses the IDL
 routine app_user_dir to create/obtain it: my linux example:
 /disks/ice/home/jimm/.idl/spedas/spedas_config-4-linux

OUTPUT:
 the file is written, and a copy of any old file is generated

KEYWORD:
 copy = if set, the file is read in and a copy with the !stime
        appended is written out

HISTORY:

$LastChangedBy: nikos $
$LastChangedDate: 2018-06-01 11:07:18 -0700 (Fri, 01 Jun 2018) $
$LastChangedRevision: 25311 $
$URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/tags/spedas_4_0/spedas_gui/misc/spedas_write_config.pro $

(See spedas_gui/misc/spedas_write_config.pro)