This page was created by the IDL library routine mk_html_help2.

Last modified: Wed Jun 7 13:17:36 2017.


Directory Listing of Routines


Routine Descriptions

MMS_FEEPS_OMNI_OLD

[Next Routine] [List of Routines]
 PROCEDURE:
         mms_feeps_omni

 PURPOSE:
       Calculates the omni-directional flux for all 24 sensors
 INPUT:
       probe:      spacecraft # (1, 2, 3, or 4)
 
 KEYWORDS:
 
       datatype:   feeps data types include ['electron', 'electron-bottom', 'electron-top',
                   'ion', 'ion-bottom', 'ion-top'].
                   If no value is given the default is 'electron'.
       data_rate:  instrument data rates for feeps include 'brst' 'srvy'. The
                   default is 'srvy'
       tplotnames: names of loaded tplot variables
       suffix:     suffix used in call to mms_load_data; required to find the correct 
                   variables
       data_units: specify units for omni-directional calculation 
       
 NOTES:
       Originally based on Brian Walsh's EIS code from 7/29/2015

 CREATED BY: I. Cohen, 2016-01-19
 
 $LastChangedBy: egrimes $
 $LastChangedDate: 2017-01-30 14:37:59 -0800 (Mon, 30 Jan 2017) $
 $LastChangedRevision: 22690 $
 $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/tags/spedas_2_00/projects/mms/feeps/deprecated/mms_feeps_omni_old.pro $

(See projects/mms/feeps/deprecated/mms_feeps_omni_old.pro)


MMS_FEEPS_PAD_OLD

[Previous Routine] [List of Routines]
 PROCEDURE:
         mms_feeps_pad

 PURPOSE:
         Calculate pitch angle distributions using data from the
           MMS Fly's Eye Energetic Particle Sensor (FEEPS)

 KEYWORDS:
         trange: time range of interest
         probe: value for MMS SC #
         datatype: 'electron' or 'ion'
         energy: energy range to include in the calculation
         bin_size: size of the pitch angle bins
         num_smooth: should contain number of seconds to use when smoothing
             only creates a smoothed product (_pad_smth) if this keyword is specified
             

 EXAMPLES:
         MMS> mms_load_feeps
         MMS> mms_feeps_pad, energy=[70, 600]
         MMS> tplot, '*70-600keV_pad'


 NOTES:
     **** this routine requires IDL 8.0+ ****
     
 HISTORY:
   
     Based on the EIS pitch angle code by Brian Walsh
     
     egrimes, 3/30/16, Updated to use the sun_removed variable in the PADs
                       Updated to use all telescopes for burst mode data

$LastChangedBy: egrimes $
$LastChangedDate: 2017-02-01 15:14:47 -0800 (Wed, 01 Feb 2017) $
$LastChangedRevision: 22708 $
$URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/tags/spedas_2_00/projects/mms/feeps/deprecated/mms_feeps_pad_old.pro $

(See projects/mms/feeps/deprecated/mms_feeps_pad_old.pro)