general/missions/rbsp/spacecraft/
rbsp_load_spice_state.pro
PRO RBSP_LOAD_SPICE_STATE SYNTAX: rbsp_load_spice_state,probe='a',coord='GSE' rbsp_load_spice_state,probe='a',coord='GSE',dt=3600. ; hourly rbsp_load_spice_state,probe='a',coord='GSE',times=time_array rbsp_load_spice_state,probe='a',coord='GSE',/no_spice_load ; skip spice load PURPOSE: Loads SPICE position and velocity in one of the RBSP SPICE supported coordinate systems: GEI, GEI_TOD, GEI_MOD, MEAN_ECLIP, GEO, GSE, MAG, GSM, or SM KEYWORDS: probe = 'a' or 'b' NOTE: single spacecraft only, does not accept ['a b'] coord = coordinate system. Valid coordinate systems are defined in the rbsp general frame kernel (rbsp_generalxxx.tf) and include: GEI, GEI_TOD, GEI_MOD, MEAN_ECLIP, GEO, GSE, MAG, GSM, or SM dt = time step (s). Generate state every dt seconds for the current TPLOT timespan. Default dt is 60s. times = times. Optionally define an array of times at which to return SPICE state (dt keyword is ignored). /no_spice_load - skip loading/unloading of spice kernels abcorr = aberration correction. See SPICE documentation for description. Default is NONE. obs = SPICE observer. Default is EARTH. HISTORY: 1. Created Oct 2012 - Kris Kersten, kris.kersten@gmail.com VERSION: $LastChangedBy: kersten $ $LastChangedDate: 2012-11-08 12:03:41 -0800 (Thu, 08 Nov 2012) $ $LastChangedRevision: 11210 $ $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/trunk/general/missions/rbsp/spacecraft/rbsp_load_spice_state.pro $
Routines
File attributes
Modification date: | Thu Feb 13 16:43:27 2014 |
Lines: | 74 |