This page was created by the IDL library routine mk_html_help2.

Last modified: Fri Jul 19 18:16:32 2019.


Directory Listing of Routines


Routine Descriptions

ELF_MAP_STATE_SOUTH_T96_INTERVALS

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

 PURPOSE:
    map ELFIN spacecraft to their magnetic footprints in the south

 CATEGORY:
    None

 CALLING SEQUENCE:
    elf_map_state_south_t96_intervals,'2008-03-10/00:00:00'

 INPUTS:
    tstart start time for the map

 OPTIONAL INPUTS:
    None

 KEYWORD PARAMETERS:
    gifout   generate a gif image at output
    noview   do not open window for display
    move   move file to summary plot directory
    insert_stop  insert a stop for debugging
    model    specify Tsyganenko model like 't89' or 't01', default is 't96'
    quick    plot only every 10 minutes to speed up

 OUTPUTS:
    None

 OPTIONAL OUTPUTS:
    GIF images

 COMMON BLOCKS:
    None


 RESTRICTIONS:
    None

 EXAMPLE:
    elf_map_state_south_t96,'2007-03-10/00:00:00'

 MODIFICATION HISTORY:
    Written by: Harald Frey  some time 2007
                Version 2.0 August, 25, 2011, fixed:
     - T96
                       - GSE plots after ARTEMIS
     - corrected site locations for different years
                       - single_time
                       - some checks
                       - added keyword quick, and many more small things

 VERSION:
   $LastChangedBy:
   $LastChangedDate:
   $LastChangedRevision:
   $URL:

(See projects/elfin/plots/elf_map_state_south_t96_intervals.pro)


ELF_MAP_STATE_T96_INTERVALS

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

 PURPOSE:
    map ELFIN spacecraft to their magnetic footprints

 CATEGORY:
    None

 CALLING SEQUENCE:
    elf_map_state_t96_intervals,'2018-11-10/00:00:00'

 INPUTS:
    tstart start time for the map

 OPTIONAL INPUTS:
    None

 KEYWORD PARAMETERS:
    gifout   generate a gif image at output
    south    use southern hemisphere (otherwise, north)
    noview   do not open window for display
    move     move file to summary plot directory
    model    specify Tsyganenko model like 't89' or 't01', default is 't96'
    dir_move directory name to move plots to

 OUTPUTS:
    None

 OPTIONAL OUTPUTS:
    GIF images

 COMMON BLOCKS:
    None

 SIDE EFFECTS:
    Needs subroutines mpause_2

 RESTRICTIONS:
    None

 EXAMPLE:
    elf_map_state_t96_intervals,'2018-11-10/00:00:00'

 MODIFICATION HISTORY:
    Written by: Harald Frey  some time 2007
                Version 2.0 August, 25, 2011, fixed:
     - T96

 VERSION:
   $LastChangedBy:
   $LastChangedDate:
   $LastChangedRevision:
   $URL:

(See projects/elfin/plots/elf_map_state_t96_intervals.pro)


ELF_MAP_STATE_T96_INTERVALS_WRAPPER

[Previous Routine] [Next Routine] [List of Routines]
Procedure: elf_map_state_t96_wrapper

Purpose:
 Routine just wraps elf_map_state_t96(north and south tracing variants). Making separate
 calls for each type of overview interval. Mainly used to reprocess.

Date: date for plot creation, if not set, assumes current date and duration counts backwards(ie last N days from today)
Dur: If set, number of days to process, default is 1
South: If set, does tracing to southern hemisphere, rather than
northern hemisphere.

Note:
  This routine now called during periodic processing by the routine process_modified_orbit_dates.pro

 $LastChangedBy: pcruce $
 $LastChangedDate: 2012-07-31 14:50:02 -0700 (Tue, 31 Jul 2012) $
 $LastChangedRevision: 10758 $
 $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/thmsoc/trunk/idl/thmsoc/asi/map_themis_state_t96_wrapper.pro $

(See projects/elfin/plots/elf_map_state_t96_intervals_wrapper.pro)


ELF_MLT_L_LAT

[Previous Routine] [List of Routines]

Procedure:
   elf_mlt_l_lat

Purpose:
   subroutine to calculate mlt,l,mlat under dipole configuration

Inputs:
   variable_state: tplot variable containing position data in sm coordinates

Keywords:
   mlt0: 
   l0:
   lat0: Latitude

Example:
   elf_mlt_l_lat,probe='a',date='2007-03-23'

Notes:
   Based on a routine by Qianli Ma (qianlima@atmos.ucla.edu)

$LastChangedBy:$
$LastChangedDate:$
$LastChangedRevision:$
$URL:$

(See projects/elfin/plots/elf_mlt_l_lat.pro)