New In Version 2016.1 |
Contents
Summary of changes in v2017.1
Over 75 new functions were added in Version 2017.1 and updates to dozens of existing functions were made to improve their performance and expand their applications. We expanded our support for heliocentric missions. This includes functions to compute solar eclipses in heliocentric orbits, heliocentric sphere of influence, heliocentric trajectory plotting and thermal models for heliocentric spacecraft. Several new component models were added for use with the CAD modeling functions. These included a Liquid Apogee Engine, curved tubes and triangular trusses.
We have added all new star identification functions. These are based on a pyramid star identification algorithm using four stars for a definitive match during lost-in-sky conditions. The algorithm provides reliable star identification with almost any star catalog and in any orientation. We have updated image processing algorithms for star centroid determination.
New attitude determination demos and algorithms were added for mixtures of different sensors, such as sun measurements, earth chords and magnetic field measurements. You can compare the performance of extended and Unscented Kalman Filters. A new second order guidance law was added for planetary and lunar landing that provides a simple and effective algorithm for landers.
New Feature Highlights by Module
- AerospaceUtils
- Five new CAD component models
- Common
- New graphics demos
AnimationDemo
,Plotting2DDemo
, andColorFunctionsDemo
- Graphics helper functions
DistanceLabel
andLegendWithTitle
- UKF parameter estimation demo
UKFPDemoLinearSpring
- Missions
- New
LunarVisibilitySim
to calculate the visibility of a satellite in lunar orbit to a location on the lunar surface. - Orbit
- The
HelioTrajectorySimulation
demo highlights some of the new heliocentric functions includingRHSTrajectory
,ForceSimple
,GravityHelio
andHelioPlot
- Analysis of separation of two satellites with
OrbitSeparationSimulation
andOrbitSeparationTradeStudy
- Propulsion
ColdGasDemo
demonstrates the thrust profile of a cold gas thruster as it uses fuel.PropulsionSystemDesignLEO
calculates delta-Vs and sizes a blowdown propulsion system.- SC
ThrusterColdGas
, a new model for a cold gas thruster propulsion systemEclipseHelio
, heliocentric eclipse calculation using any set of planetsPlanetYear
, length of planet years using the Astronomical AlmanacPlotPlanetOrbit
- SCPro
- A fun pointing demo,
NadirSunPointingDemo
, that points at nadir when the spacecraft is over the continental United States and at the sun otherwise - SpacecraftEstimation
- New
UKFOrbitEstimation
orbit estimation demo - New pyramid star identification algorithm,
StarIDPyramid
, used in functionsStellarAttDetUKF
andStellarAttDetEKF
and demosAttDetUKFSim
andAttDetEKFSim
- Thermal
- New
BraytonIdeal
function and related demo
Change List
The following sections list those functions which have been added or relocated since Version 2016.1.
Directories
The AeroUtils module was renamed to AerospaceUtils. A new ComponentModels folder was added to Common and models were moved there from the Graphics folder. Common also has a new GUIs folder, with additional files from the Graphics folder.
SCT Pro
AeroUtils Module
AerospaceUtils/CAD/PanelBoxCAD.mAerospaceUtils/CAD/TesselatePolygon.m
AerospaceUtils/ComponentModels/LAETR308CAD.m
AerospaceUtils/ComponentModels/SolarWingSupport.m
AerospaceUtils/ComponentModels/SurfaceOfRevolution.m
AerospaceUtils/ComponentModels/TPlate.m
AerospaceUtils/ComponentModels/TubeBetweenPoints.m
Link Module
Link/LinkUtilities/DataRate.mLink/LinkUtilities/ModulationSpectralEfficiency.m
Link/LinkUtilities/PeriodToSemimajorAxis.m
Missions Module
Missions/Demos/LunarMission/LunarVisibilitySim.mMissions/Demos/MarsOrbiter/MarsMoonSim.m
Missions/LunarLanding/SecondOrderGuidance.m
Missions/LunarMission/ApolloGuidanceCoordinates.m
Missions/LunarMission/LunarVisibility.m
Missions/MarsOrbiter/RHSMarsOrbit.m
Orbit Module
Orbit/Demos/Interplanetary/HelioTrajectorySimulation.mOrbit/Demos/OrbitManeuver/GeoOrbitSim.m
Orbit/Demos/OrbitManeuver/GeoTransferSim.m
Orbit/Demos/OrbitManeuver/OrbitSeparationSimulation.m
Orbit/Demos/OrbitManeuver/OrbitSeparationTradeStudy.m
Orbit/Demos/OrbitManeuver/RelativeOrbitSeparation.m
Orbit/Interplanetary/ForceSimple.m
Orbit/Interplanetary/GravityHelio.m
Orbit/Interplanetary/JDStartTransfer.m
Orbit/Interplanetary/NoForce.m
Orbit/Interplanetary/RHSTrajectory.m
Orbit/OrbitCoord/OverArea.m
Orbit/OrbitManeuver/SemimajorAxisRevisit.m
Orbit/OrbitMechanics/C3ToV.m
Orbit/OrbitMechanics/InclinationRate.m
Propulsion Module
Propulsion/Demos/Chemical/ColdGasDemo.mPropulsion/Demos/Chemical/PropulsionSystemDesignLEO.m
Propulsion/Rocket/ThrustToAStar.m
SC Module
SC/Actuator/ThrusterColdGas.mSC/Disturbances/AeroDragForce.m
SC/Ephem/EclipseHelio.m
SC/Ephem/PlanetYear.m
SC/Visualization/HelioPlot.m
SC/Visualization/PlotPlanetOrbit.m
SCPro Module
SCPro/Demos/ProControl/NadirSunPointingDemo.mSCPro/ProActuators/RWAWithPower.m
SCPro/ProAttitude/AStarAttitudeTrajectory.m
SCPro/ProAttitude/ManeuverCostSphere.m
SpacecraftEstimation Module
SpacecraftEstimation/AttitudeEstimation/SunEarthMagAttDet.mSpacecraftEstimation/Demos/AttitudeEstimation/SunMagADSim.m
SpacecraftEstimation/Demos/OrbitEstimation/UKFOrbitEstimation.m
SpacecraftEstimation/Demos/StellarAttDet/AttDetEKFNoGyroSim.m
SpacecraftEstimation/Demos/StellarAttDet/AttDetEKFSim.m
SpacecraftEstimation/Demos/StellarAttDet/AttDetUKFSim.m
SpacecraftEstimation/Demos/StellarAttDet/StarIDPyramidDemo.m
SpacecraftEstimation/OrbitEstimation/MeasEarthTarget.m
SpacecraftEstimation/OrbitEstimation/MeasOrbitState.m
SpacecraftEstimation/SensorMeas/MeasurementsSunMagUKF.m
SpacecraftEstimation/StellarAttDet/CreateKVector.m
SpacecraftEstimation/StellarAttDet/RHSGyro.m
SpacecraftEstimation/StellarAttDet/SearchKVector.m
SpacecraftEstimation/StellarAttDet/StarIDPyramid.m
SpacecraftEstimation/StellarAttDet/StarMeasurement.m
SpacecraftEstimation/StellarAttDet/StarMeasurementUKF.m
SpacecraftEstimation/StellarAttDet/StellarAttDetEKF.m
SpacecraftEstimation/StellarAttDet/StellarAttDetEKFNoGyros.m
SpacecraftEstimation/StellarAttDet/StellarAttDetUKF.m
Thermal Module
Thermal/Demos/ThermalAnalysis/SimpleBraytonCycle.mThermal/ThermalAnalysis/BraytonIdeal.m
Thermal/ThermalAnalysis/IsothermalHelio.m
Core
Common/ComponentModels/OpenFrame.mCommon/DemoFuns/MeasSpring.m
Common/DemoFuns/RHSSpring.m
Common/Demos/GeneralEstimation/UKFPDemoLinearSpring.m
Common/Demos/Graphics/AnimationDemo.m
Common/Demos/Graphics/ColorFunctionsDemo.m
Common/Demos/Graphics/Plotting2DDemo.m
Common/Graphics/DistanceLabel.m
Common/Graphics/DrawVertices.m
Common/Graphics/LegendWithTitle.m
Common/MassProperties/AddMass.m
Common/MassProperties/MassProp.m
Common/MassProperties/PrincipalAxes.m
Common/Materials/CPGas.m
Common/Quaternion/DeltaQToRate.m
Common/Quaternion/QFromDQ.m
Common/Time/DN2JD.m