Path: SCPro/ProEnvirons
% Computes the terminator circle on a planet.
The input is the radius of the planet. The output
is in the inertial frame but centered around the planet.
Since version 8.
--------------------------------------------------------------------------
Form:
TerminatorPlanet;
[lat, lon] = TerminatorPlanet( r, radius )
[lat, lon] = TerminatorPlanet( r, radius, n )
--------------------------------------------------------------------------
------
Inputs
------
r (3,1) Vector from the sun to the planet center
radius (1,1) Planet radius
n (1,1) Number of points
-------
Outputs
-------
rT (3,n) Terminator vectors from the planet center
--------------------------------------------------------------------------
AC: ACData/ACTConstants SC: SCData/sCTConstants Common: CommonData/Constants Common: CommonData/SwooshWatermark Common: CommonData/xSplashSmall Common: Database/Constant Common: General/CellToMat Common: General/DeleteCell Common: General/MatToCell Common: General/Watermark Common: Graphics/NewFig Common: Graphics/Plot2D Common: Graphics/PltStyle Math: Linear/Cross Math: Linear/Mag Math: Linear/Unit
Back to the SCPro Module page