Path: SC/Environs
% Compute the environment parameters for a selected planet. Calculate the optical fluxes, atmospheric density, and magnetic field at specific locations and dates at a planet, including eclipses. This data is required by the disturbance model. Magnetic field models are available for Jupiter, Saturn, and Neptune. Atmospheric models are included for Mercury, Venus, Mars, Pluto, and Europa. -------------------------------------------------------------------------- Forms: PlanetEnvironment( planetName ) e = PlanetEnvironment( rECI, vECI, jD, e ) -------------------------------------------------------------------------- ----- Input ----- planetName (1,:) String name of planet for initialization -- rECI (3,:) Position vectors in ECI frame vECI (3,:) Velocity vectors jD (1,:) Time scalar or array in Julian date e (.) Initial structure ------ Output ------ e (.) Environment data with updated data See Disturbances -------------------------------------------------------------------------- See also: AtmDens1, SunVectorECI, Eclipse, MagFieldData, MagFieldPlanet --------------------------------------------------------------------------
AC: ACData/ACTConstants AerospaceUtils: AtmosphericCalculations/AtmDens1 AerospaceUtils: AtmosphericCalculations/AtmDensTitan AerospaceUtils: AtmosphericCalculations/NeptuneDensity SC: BasicOrbit/CP2I SC: BasicOrbit/E2Nu SC: BasicOrbit/El2RV SC: BasicOrbit/M2E SC: BasicOrbit/M2EApp SC: BasicOrbit/M2EEl SC: BasicOrbit/M2EHy SC: BasicOrbit/M2Nu SC: BasicOrbit/M2NuPb SC: BasicOrbit/RVFromKepler SC: Environs/MagFieldData SC: Environs/MagFieldPlanet SC: Environs/MolWt2R SC: Environs/ReadMagField SC: Environs/VAtm SC: Ephem/CEcl2Eq SC: Ephem/ECIToPlanet SC: Ephem/EOfE SC: Ephem/EarthNut SC: Ephem/EarthPre SC: Ephem/EarthRot SC: Ephem/Eclipse SC: Ephem/GMSTime SC: Ephem/MSidDay SC: Ephem/MoonRot SC: Ephem/Moons SC: Ephem/NutDelta SC: Ephem/ObOfE SC: Ephem/PlanetRotation SC: Ephem/Planets SC: Ephem/SolarSys SC: Ephem/SunV1 SC: Ephem/SunVectorECI SC: Ephem/TruEarth SC: SCData/sCTConstants SC: SCMat/EarthMR SC: SCMat/IGRF11 SC: Visualization/PlotPlanet SC: Visualization/PltOrbit Common: CommonData/Constants Common: CommonData/SwooshWatermark Common: CommonData/xSplashSmall Common: Database/Constant Common: General/CellToMat Common: General/DeBlankLT Common: General/DeleteCell Common: General/DispWithTitle Common: General/ListCases Common: General/MatToCell Common: General/Watermark Common: Graphics/AxesCart Common: Graphics/Axis3D Common: Graphics/NPlot Common: Graphics/NewFig Common: Graphics/Plot2D Common: Graphics/Plot3D Common: Graphics/PlotDoubleYAxis Common: Graphics/PltStyle Common: Graphics/TextS Common: Graphics/TimeLabl Common: Graphics/TitleS Common: Graphics/XLabelS Common: Graphics/YLabelS Common: Graphics/ZLabelS Common: Time/DTSToDTA Common: Time/Date2JD Common: Time/JD2000 Common: Time/JD2T Common: Time/JDToMidnight Common: Time/T2JD Common: Transform/Cart2Sph Math: Analysis/PGauss Math: Analysis/SCHarm Math: Linear/Cross Math: Linear/Dot Math: Linear/DupVect Math: Linear/Mag Math: Linear/Unit Math: MathUtils/R2P5 Math: Trigonometry/CosD Math: Trigonometry/SinD
Back to the SC Module page