JacchiaLineberry:

--------------------------------------------------------------------------
   Jacchia-Lineberry model of the upper atmosphere.
   Uses interpolating functions to replace the integrals in the full
   Jacchia model. See also AtmJ70.
--------------------------------------------------------------------------
   Form:
   [rho,T] = JacchiaLinberry( 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:

Common: Coord/ECIToEF
Common: Coord/LLAToECEF
Common: Math/Mag
Common: Time/Date2JD
Common: Time/JD2MJD
Common: Time/JD2T
SC: Ephem/SunV1