Documentation for /home/davin/idl/socware/

Generated by IDLdoc

single page | use frames     summary     class     fields     routine details     file attributes

general/cotrans/

geo2mag.pro


NAME: geo2mag PURPOSE: Convert from geographic to geomagnetic coordinates CALLING SEQUENCE: geo2mag, time, data_in, data_out INPUT: time = an array [n] of double precision time in seconds from 1970-Jan-01/00:00:00.000 data_in = an array [n,3] of position data in km. in GEO coordinates or a tplot variable KEYWORD INPUTS: None OUTPUT: data_out = an array [n,3] of the input data in MAG coordinates EXAMPLE: IDL> geo2mag, data_in data_out NOTES: The algorithm and rotational matrices were developed by Pascal Saint-Hilaire (Saint-Hilaire@astro.phys.ethz.ch), May 2002 MODIFICATION HISTORY:

Routines

top source geo2mag

geo2mag, data_in, data_out, time

Parameters

data_in
data_out
time

File attributes

Modification date: Thu Feb 13 16:43:36 2014
Lines: 50