JacchiaLineberry:

Path: AerospaceUtils/AtmosphericCalculations

% Jacchia-Lineberry model of the upper atmosphere.
 Uses interpolating functions to replace the integrals in the full
 Jacchia model. See also AtmJ70. Since Version 11.
--------------------------------------------------------------------------
   Form:
   [rho,T] = JacchiaLineberry( d, use70 )
--------------------------------------------------------------------------

   -------
   Inputs:
   -------
   d       (.)       Data structure
    .Kp
    .jD
    .rECI
    .f
    .fHat

   use70  (1,1)      Flag to use 1970 coefficients, if 0 then 1971
                     coefficients will be used. Defaults to 1.

   --------
   Outputs:
   --------
   rho    (1,1)      Density, g/cm^3
   T      (1,1)      Exospheric temperature

--------------------------------------------------------------------------
   Reference: Jacchia-Linberry Upper Atmosphere Density Model, 
   NASA Mission Planning and Analysis Division, October 1982
   NASA-CR-167824
--------------------------------------------------------------------------

Children:

AerospaceUtils: Coord/ECIToEF
AerospaceUtils: Coord/LatLonAltToEF
Common: Time/Date2JD
Common: Time/JD2MJD
Common: Time/JD2T
Math: Linear/Mag
SC: Ephem/SunV1

Back to the AerospaceUtils Module page