AirMass:

Path: ACPro/Atmosphere

--------------------------------------------------------------------------
   Computes the relative air mass to sea level and a vertical path.
   Uses the standard atmosphere.

   Type AirMass for a demo
   Since version 3.5 (ACT)
--------------------------------------------------------------------------
   Form:
   m = AirMass( h0, theta )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   h0             (1,1)  Altitude (km)
   theta          (1,:)  Angle from vertical (deg)

   -------
   Outputs
   -------
   m              (1,:)  Relative air mass

--------------------------------------------------------------------------

Children:

Common: Atmosphere/StdAtm
Common: Graphics/Plot2D

Back to the ACPro Module page