BDipoleCoeff:

Path: SC/Environs

% Computes the geocentric magnetic coefficients for BDipole 
 The output is in geocentric inertial coordinates (ECI). This function
 includes the effect of dipole motion on the earth.

 Type BDipoleCoeff for a demonstration using World Magnetic Model. You
 will need WMM.mat for this demo.
--------------------------------------------------------------------------
   Form:
   c = BDipoleCoeff( file )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   file (1,:)	Matfile

   -------
   Outputs
   -------
   c   (.)     Coefficients for gravity model
               .coeff  (3,1) Base coefficents
               .dCoeff (3,1) Deltas
               .jD0    (1,1) Epoch

--------------------------------------------------------------------------
 See also: WMM
--------------------------------------------------------------------------

Children:

Orbit: OrbitMechanics/Period
Orbit: OrbitSim/RVFromKepler
SC: Environs/BDipole
Common: Time/Date2JD
Common: Time/JD2000

Back to the SC Module page