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

GEOM_INDICES_CONFIG_FILEDIR

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

DESCRIPTION: Get the applications user directory for SPEDAS

REVISION HISTORY:

$LastChangedBy: nikos $
$LastChangedDate: 2014-11-05 11:21:52 -0800 (Wed, 05 Nov 2014) $
$LastChangedRevision: 16138 $
$URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/tags/spedas_4_0/projects/geom_indices/geom_indices_config_filedir.pro $

(See projects/geom_indices/geom_indices_config_filedir.pro)


GEOM_INDICES_INIT

[Previous Routine] [Next Routine] [List of Routines]
NAME: geom_indices_init

DESCRIPTION: Initializes system variables for geomagnetic indices in SPEDAS (!geom_indices).  Can be called
  from idl_startup or customized for non-standard installations.  

REQUIRED INPUTS:
 none

KEYWORD ARGUMENTS (OPTIONAL):
 RESET:        If set, force


STATUS:

EXAMPLE:

REVISION HISTORY:

$LastChangedBy: egrimes $
$LastChangedDate: 2018-03-21 08:32:45 -0700 (Wed, 21 Mar 2018) $
$LastChangedRevision: 24920 $
$URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/tags/spedas_4_0/projects/geom_indices/geom_indices_init.pro $

(See projects/geom_indices/geom_indices_init.pro)


GEOM_INDICES_READ_CONFIG

[Previous Routine] [Next Routine] [List of Routines]
NAME: geom_indices_read_config

DESCRIPTION: Reads the geom_indices_config file

REQUIRED INPUTS:
 none (filename is hardcoded, 'geom_indices_config.txt', and is put in a folder
   given by the routine 'geom_indices_config_filedir', that uses the IDL routine
   app_user_dir to create/obtain it:
 e.g. (MacOS X)
   /Users/username/.idl/spedas/geom_indices_config-4_darwin

KEYWORD ARGUMENTS (OPTIONAL):
 none

OUTPUT:
 cstruct = a structure with the changeable fields of the !geom_indices
       structure

STATUS:

TO BE ADDED: n/a

EXAMPLE:

REVISION HISTORY:

$LastChangedBy: nikos $
$LastChangedDate: 2015-11-18 14:02:09 -0800 (Wed, 18 Nov 2015) $
$LastChangedRevision: 19410 $
$URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/tags/spedas_4_0/projects/geom_indices/geom_indices_read_config.pro $

(See projects/geom_indices/geom_indices_read_config.pro)


GEOM_INDICES_WRITE_CONFIG

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

DESCRIPTION:
  Writes the geom_indices_config file

REQUIRED INPUTS:
 none (filename is hardcoded, 'geom_indices_config.txt', and is put in a folder
   given by the routine 'geom_indices_config_filedir', that uses the IDL routine
   app_user_dir to create/obtain it:
 e.g. (MacOS X)
   /Users/username/.idl/spedas/geom_indices_config-4_darwin

KEYWORD ARGUMENTS (OPTIONAL):
 COPY:         If set, make a copy, creating a new file whose filename
       is timestamped with an appended !STIME.

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

STATUS:

TO BE ADDED: n/a

EXAMPLE:

REVISION HISTORY:

$LastChangedBy: nikos $
$LastChangedDate: 2014-11-05 11:21:52 -0800 (Wed, 05 Nov 2014) $
$LastChangedRevision: 16138 $
$URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/tags/spedas_4_0/projects/geom_indices/geom_indices_write_config.pro $

(See projects/geom_indices/geom_indices_write_config.pro)