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) --------------------------------------------------------------------------
AerospaceUtils: Coord/CoordinateTransform Common: Graphics/Map Common: Time/Date2JD Common: Time/JD2Date Common: Time/JDToDateString SC: Ephem/SunV1
Back to the SC Module page