Path: SpacecraftEstimation/OpticalNavigation
% Computes optical navigation accuracy. Assumes that one camera looks at the polar star field and the other looks at planets. At each point in the trajectory the planet camera cycles through all selected planets. This function uses moderate precision ephemerides but these are suitable for accuracy measurements. Planet numbers are 1-9 for Mercury through Pluto and 301 for the moon. Since version 11. -------------------------------------------------------------------------- Form: s = OpticalNavAccuracy( d, fileName ) -------------------------------------------------------------------------- ------ Inputs ------ d (1,1) Data structure ------- Outputs ------- f (3,:) [x;y;z] accuracy vs time. --------------------------------------------------------------------------
AC: ACData/ACTConstants Orbit: OrbitCoord/SLR Orbit: OrbitMechanics/RVOrbGen SC: BasicOrbit/CP2I SC: BasicOrbit/E2M SC: BasicOrbit/E2Nu SC: BasicOrbit/M2E SC: BasicOrbit/M2EApp SC: BasicOrbit/M2EEl SC: BasicOrbit/M2EHy SC: BasicOrbit/M2Nu SC: BasicOrbit/M2NuPb SC: BasicOrbit/Nu2E SC: BasicOrbit/Nu2M SC: Ephem/LoadFK5 SC: Ephem/MoonV1 SC: Ephem/Planets SC: Ephem/SolarSys SC: SCData/sCTConstants SpacecraftEstimation: OpticalNavigation/PolarStars SpacecraftEstimation: StellarCatalog/LoadCatalog SpacecraftEstimation: StellarData/FK5Polar SpacecraftEstimation: StellarData/Hipparcos Common: CommonData/Constants Common: CommonData/SwooshWatermark Common: CommonData/xSplashSmall Common: Database/Constant Common: General/CellToMat Common: General/DeBlankLT Common: General/DeleteCell Common: General/MatToCell Common: General/Watermark Common: Graphics/Axis3D Common: Graphics/ColorSpread Common: Graphics/Mesh2 Common: Graphics/NewFig Common: Graphics/Plot2D 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/JD2T Common: Transform/RaDec2U Math: Linear/DupVect Math: Linear/Mag Math: Linear/Unit Math: Trigonometry/CosD Math: Trigonometry/SinD
Back to the SpacecraftEstimation Module page