This page was created by the IDL library routine
mk_html_help2
.
Last modified: Thu Oct 24 15:35:45 2019.
Function: istp_config_filedir.pro Purpose: Get the applications user directory for THEMIS data analysis software $LastChangedBy: lphilpott $ $LastChangedDate: 2012-06-21 16:18:22 -0700 (Thu, 21 Jun 2012) $ $LastChangedRevision: 10610 $ $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/tags/spedas_3_2/general/missions/wind/istp_config_filedir.pro $
(See general/missions/wind/istp_config_filedir.pro)
PROCEDURE: istp_init PURPOSE: Initializes system variables for ISTP data. Can be called from idl_startup to set custom locations. HISTORY Written by Davin Larson $LastChangedBy: nikos $ $LastChangedDate: 2017-03-08 10:30:02 -0800 (Wed, 08 Mar 2017) $ $LastChangedRevision: 22925 $ $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/tags/spedas_3_2/general/missions/wind/istp_init.pro $
(See general/missions/wind/istp_init.pro)
NAME: istp_read_config PURPOSE: Reads the istp_config file CALLING SEQUENCE: cstruct = istp_read_config() INPUT: none, the filename is hardcoded, 'istp_config.txt',and is s 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/themis/thm_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: nikos $ $LastChangedDate: 2015-11-18 14:03:31 -0800 (Wed, 18 Nov 2015) $ $LastChangedRevision: 19411 $ $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/tags/spedas_3_2/general/missions/wind/istp_read_config.pro $
(See general/missions/wind/istp_read_config.pro)
NAME: istp_write_config PURPOSE: Writes the istp_config file CALLING SEQUENCE: istp_write_config, copy=copy INPUT: none, the filename is hardcoded, 'istp_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/themis/istp_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: Copied from tt2000_write_config and thm_write_config lphilpott 20-jun-2012 $LastChangedBy: lphilpott $ $LastChangedDate: 2012-06-21 16:18:22 -0700 (Thu, 21 Jun 2012) $ $LastChangedRevision: 10610 $ $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/tags/spedas_3_2/general/missions/wind/istp_write_config.pro $
(See general/missions/wind/istp_write_config.pro)
Function: wind_config_filedir.pro Purpose: Get the applications user directory for THEMIS data analysis software $LastChangedBy: lphilpott $ $LastChangedDate: 2012-06-21 16:18:22 -0700 (Thu, 21 Jun 2012) $ $LastChangedRevision: 10610 $ $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/tags/spedas_3_2/general/missions/wind/wind_config_filedir.pro $
(See general/missions/wind/wind_config_filedir.pro)
PROCEDURE: wind_init PURPOSE: Initializes system variables for WIND. Can be called from idl_startup to set custom locations. HISTORY Written by Davin Larson $LastChangedBy: nikos $ $LastChangedDate: 2017-02-16 14:54:44 -0800 (Thu, 16 Feb 2017) $ $LastChangedRevision: 22807 $ $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/tags/spedas_3_2/general/missions/wind/wind_init.pro $
(See general/missions/wind/wind_init.pro)
NAME: wind_read_config PURPOSE: Reads the wind_config file CALLING SEQUENCE: cstruct = wind_read_config() INPUT: none, the filename is hardcoded, 'wind_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/themis/wind_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: nikos $ $LastChangedDate: 2015-11-18 14:03:31 -0800 (Wed, 18 Nov 2015) $ $LastChangedRevision: 19411 $ $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/tags/spedas_3_2/general/missions/wind/wind_read_config.pro $
(See general/missions/wind/wind_read_config.pro)
NAME: wind_write_config PURPOSE: Writes the wind_config file CALLING SEQUENCE: wind_write_config, copy=copy INPUT: none, the filename is hardcoded, 'wind_config.txt',and is put in a folder given by the routine wind_config_filedir, that uses the IDL routine app_user_dir to create/obtain it: my linux example: /disks/ice/home/jimm/.idl/themis/wind_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: Copied from tt2000_write_config and thm_write_config lphilpott 20-jun-2012 $LastChangedBy: lphilpott $ $LastChangedDate: 2012-06-21 16:18:22 -0700 (Thu, 21 Jun 2012) $ $LastChangedRevision: 10610 $ $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/tags/spedas_3_2/general/missions/wind/wind_write_config.pro $
(See general/missions/wind/wind_write_config.pro)
Procedure: WI_3DP_LOAD Purpose: Loads WIND 3DP data keywords: TRANGE= (Optional) Time range of interest (2 element array). VERBOSE : To change verbosity Examples: wi_3dp_load,'k0' wi_3dp_load,'pm' wi_3dp_load,'elpd' wi_3dp_load,'elm2' wi_3dp_load,'sfpd' wi_3dp_load,'sfsp' wi_3dp_load,'phsp' wi_3dp_load,'sosp' wi_3dp_load,'sopd' Notes: Author: Davin Larson $LastChangedBy: jimmpc1 $ $LastChangedDate: 2019-10-15 16:35:03 -0700 (Tue, 15 Oct 2019) $ $LastChangedRevision: 27870 $ $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/tags/spedas_3_2/general/missions/wind/wi_3dp_load.pro $
(See general/missions/wind/wi_3dp_load.pro)
General Autodownload Crib Written by: Davin Larson $LastChangedBy: jwl $ $LastChangedDate: 2011-02-02 14:43:12 -0800 (Wed, 02 Feb 2011) $ $LastChangedRevision: 8087 $ $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/tags/spedas_3_2/general/missions/wind/wi_crib.pro $
(See general/missions/wind/wi_crib.pro)
Procedure: WI_MFI_LOAD Purpose: Loads WIND fluxgate magnetometer data keywords: TRANGE= (Optional) Time range of interest (2 element array). /VERBOSE : set to output some useful info Example: wi_mfi_load Notes: This routine is still in development. Author: Davin Larson $LastChangedBy: jwl $ $LastChangedDate: 2017-07-27 16:30:01 -0700 (Thu, 27 Jul 2017) $ $LastChangedRevision: 23716 $ $URL $
(See general/missions/wind/wi_mfi_load.pro)
Procedure: WI_OR_LOAD Purpose: Loads WIND fluxgate magnetometer data keywords: TRANGE= (Optional) Time range of interest (2 element array). /VERBOSE : set to output some useful info Example: wi_mfi_load Notes: This routine is still in development. Author: Davin Larson $LastChangedBy: jwl $ $LastChangedDate: 2017-07-27 16:30:01 -0700 (Thu, 27 Jul 2017) $ $LastChangedRevision: 23716 $ $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/tags/spedas_3_2/general/missions/wind/wi_or_load.pro $
(See general/missions/wind/wi_or_load.pro)
Procedure: WI_SWE_LOAD Purpose: Loads WIND SWE data keywords: TRANGE= (Optional) Time range of interest (2 element array). /VERBOSE : set to output some useful info Example: wi_swe_load Notes: This routine is still in development. $LastChangedBy: jwl $ $LastChangedDate: 2017-07-27 16:30:01 -0700 (Thu, 27 Jul 2017) $ $LastChangedRevision: 23716 $ $URL $
(See general/missions/wind/wi_swe_load.pro)