GeoMagLatLon:

Path: ACPro/Atmosphere

--------------------------------------------------------------------------
   Geomagnetic latitude and longitude.

   Type GeoMagnLatLon for a demo.
   Since version 3.5 (ACT)
--------------------------------------------------------------------------
   Form:
   [lat, lon] = GeoMagLatLon( r )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   r              (3,:)  Position vector

   -------
   Outputs
   -------
   lat            (1,:)  Latitude (rad)
   lon            (1,:)  Longitude (rad);

--------------------------------------------------------------------------
   Reference: http://www.cosmicrays.org/muon-cutoff-rigidity.php
--------------------------------------------------------------------------

Children:

Common: Graphics/Plot2D
Math: Linear/Unit
Math: Trigonometry/CosD
Math: Trigonometry/SinD

Back to the ACPro Module page