TerminatorLine:

Path: SC/Ephem

% Compute the terminator line on the Earth that defines day/night. 

   Since version 8.
--------------------------------------------------------------------------
   Form:
   [termLat,long] = Terminator( jD );
   [termLat,long] = Terminator( jD, n );
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   jD          (1,1) Julian date
   n           (1,1) Number of points to use for the line. Optional.

   -------
   Outputs
   -------
   termLat     (1,n) Terminal latitudes (deg)
   long        (1,n) Longitude from -180 to 180 (deg)
   sunLatLon   (2,1) Latitude and longitude of normal vector to sun (deg)

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

Children:

AC: ACData/ACTConstants
AerospaceUtils: Coord/CoordinateTransform
AerospaceUtils: Coord/ECIToEF
AerospaceUtils: Coord/EFToLatLonAlt
AerospaceUtils: Coord/LatLonAltToEF
SC: Ephem/EOfE
SC: Ephem/EarthNut
SC: Ephem/EarthPre
SC: Ephem/EarthRot
SC: Ephem/GMSTime
SC: Ephem/MSidDay
SC: Ephem/NutDelta
SC: Ephem/ObOfE
SC: Ephem/SunV1
SC: Ephem/TruEarth
SC: SCData/sCTConstants
Common: CommonData/Constants
Common: CommonData/xSplashSmall
Common: Database/Constant
Common: General/DeBlankLT
Common: General/DeleteCell
Common: Graphics/Axis3D
Common: Graphics/Ellipsd
Common: Graphics/Map
Common: Graphics/NewFig
Common: Graphics/PltStyle
Common: Graphics/TitleS
Common: Graphics/XLabelS
Common: Graphics/YLabelS
Common: Graphics/ZLabelS
Common: Time/DTAToDTS
Common: Time/DTSToDTA
Common: Time/Date2JD
Common: Time/JD2000
Common: Time/JD2Date
Common: Time/JD2T
Common: Time/JDToDateString
Common: Time/JDToMidnight
Common: Time/T2JD
Math: Linear/DupVect
Math: Linear/Mag
Math: Linear/Unit
Math: MathUtils/R2P5
Math: Trigonometry/CosD
Math: Trigonometry/SinD

Back to the SC Module page