New In Version 2014.1 |
Contents
Major additions in v2014.1
- New functions for landing and takeoff from planets (other than the Earth) and moons.
- High fidelity magnetic hysteresis damping functions and demos.
- New easy to use Kalman Filter functions included sigma point, extended and conventional.
- An extensive set of functions for interplanetary flight including mission planning, coordinate transformations and dynamics models.
- New sensor models.
- New chemical propulsion models.
- New star camera analysis functions.
- Magnetic hysteresis damping functions.
Change List
The following is a complete list of functions which have been added since Version 12.
Core
A FileUtils/ folder was added to Common to group together file management utilities, many of which were previously in the General/ folder.
Common/Estimation/IEKFUpdate.mCommon/Estimation/KFInitialize.m
Common/Estimation/Symmetrize.m
Common/FileUtils/FirstLineOfCode.m
Common/FileUtils/IsFunction.m
Common/Graphics/DrawCAD.m
Common/Graphics/MLog.m
Common/Graphics/UChannel.m
Common/Graphics/Wedge.m
Common/MassProperties/MassPropertiesSolidObjFile.m
Common/MassProperties/MassPropertiesTetrahedron.m
The following files were moved into Core from SCT Pro.
Common/Estimation/AngleSensor.mCommon/Estimation/RHSX.m
Common/MassProperties/InertiaFromOBJFile.m
Math/Linear/Orthogonalize.m
Aerospace
The Optics and Lenses folders were moved to the Imaging module.
CubeSat/AttitudeControl/InertiaTubeSat.mCubeSat/Demos/Simulation/MagneticHysteresisOrbit.m
CubeSat/Demos/Simulation/RadiationDisturbance.m
CubeSat/Demos/Simulation/SpacecraftWithDamping.m
CubeSat/Demos/Simulation/TubeSatSimulation.m
CubeSat/Demos/Thermal/IsothermalCubeSatDemo.m
CubeSat/Simulation/TubeSatDefaultDataStructure.m
CubeSat/Thermal/IsothermalCubeSatSim.m
CubeSat/Thermal/RHSIsothermalCubeSat.m
CubeSat/Utilities/TubeSatFaces.m
CubeSat/Utilities/TubeSatModel.m
CubeSat/Visualization/GroundTrack.m
Imaging/Demos/Imager/CCDDemo.m
Imaging/PSFUtils/FitPSFToData.m
Imaging/PSFUtils/ImagerPSF.m
Imaging/PSFUtils/RHSAiryDefocusedPSF.m
Imaging/PSFUtils/RHSAiryPSF.m
Imaging/PSFUtils/RHSGaussianPSF.m
Imaging/PSFUtils/RHSMoffatPSF.m
Link/Radar/RadarSN.m
The Interplanetary folder in Orbit is new. A new RHSOrbit folder was added to consolidate the various RHS functions.
Orbit/Demos/Interplanetary/SpiralToHohmann.mOrbit/Demos/OrbitManeuver/AsteroidProxOpsDemo.m
Orbit/Demos/OrbitManeuver/MarsHohmannTransfer.m
Orbit/Interplanetary/ApophisOrbit.m
Orbit/Interplanetary/EarthHelioState.m
Orbit/Interplanetary/EarthOrbToHelioOrb.m
Orbit/Interplanetary/EclipticInjectionPlane.m
Orbit/Interplanetary/HelioFromPlanetInit.m
Orbit/Interplanetary/HelioToBPlane.m
Orbit/Interplanetary/LambertDoubleRendezvous.m
Orbit/Interplanetary/PlanetAlignments.m
Orbit/Interplanetary/PlanetHelioPhase.m
Orbit/Interplanetary/PlanetOpposition.m
Orbit/Interplanetary/PlanetPhasing.m
Orbit/Interplanetary/PlanetTransferLambert.m
Orbit/Interplanetary/PlotBPlane.m
Orbit/Interplanetary/SolarSysState.m
Orbit/Interplanetary/SynodicPlanets.m
Orbit/OrbitCoord/CEcl2SER.m
Orbit/OrbitCoord/HelioToPlanet.m
Orbit/OrbitMechanics/NonDimensionalOrbit.m
Orbit/OrbitMechanics/OrbitFromSynodic.m
Orbit/OrbitMechanics/SynodicFromSemimajorAxes.m
Orbit/RHSOrbit/FHel.m
Orbit/RHSOrbit/FOrbLEOPStopping.m
Orbit/RHSOrbit/RHSHelioWithPlanets.m
Orbit/RHSOrbit/RHSOrbit2D.m
Orbit/RHSOrbit/RHSOrbitPlanetFixed.m
Orbit/ThreeBody/EarthEscape.m
Orbit/Visualization/PlotOrbitTransfer.m
Propulsion/Demos/Electric/OptimalElectricSpacecraft.m
Propulsion/Rocket/MassEquivalentDV.m
Propulsion/Rocket/MinimumExhaustVelocity.m
Propulsion/Rocket/RocketFromUEAndT.m
Propulsion/Rocket/RocketMass.m
Propulsion/Rocket/RocketVariableUEAndT.m
SC/Actuator/DipoleFromField.m
SC/Actuator/RWASizing.m
SC/Actuator/URWAPyramid.m
SC/BasicOrbit/RHSOrbit.m
SC/DemoFuns/HysteresisOutput.m
SC/Demos/Attitude/CubeSatSurfaceModelforDSim.m
SC/Demos/Ephemeris/EarthMarsAnimation.m
SC/Dynamics/RHSHysteresisDamper.m
SC/Dynamics/RHSRigidBody.m
SC/Dynamics/RHSRigidBodyWithDamping.m
SC/Ephem/EarthEclipseDuration.m
SCPro/Demos/Landers/Lander2D.m
SCPro/Demos/Landers/Lander3D.m
SCPro/Demos/Landers/LunarTakeoff3D.m
SCPro/Demos/Landers/Takeoff2D.m
SCPro/Demos/ProActuators/DesignAirCoreTorquer.m
SCPro/Demos/ProControl/VectorTracking.m
SCPro/Demos/ProEnvirons/EuropaEnvironment.m
SCPro/Demos/ProMissions/DFDMarsMission.m
SCPro/Demos/ProMissions/EuropaMissionDesign.m
SCPro/DynamicalModels/RHSPlanetTakeoff.m
SCPro/DynamicalModels/RHSPointMass.m
SCPro/DynamicalModels/RHSRigidBody6DOF.m
SCPro/DynamicalModels/RHSRigidBodyLinear.m
SCPro/DynamicalModels/RHSRigidBodyMass.m
SCPro/DynamicalModels/RHSRigidBodyWithTarget.m
SCPro/Landers/BilinearTangentAltitude.m
SCPro/Landers/BilinearTangentLaw.m
SCPro/Landers/BilinearTangentVector.m
SCPro/Landers/FuelTimeOptimalAccel.m
SCPro/Landers/LandingControl.m
SCPro/Landers/LandingControlBilinear.m
SCPro/Landers/LandingControlGravityTurn.m
SCPro/Landers/LandingForce.m
SCPro/ProActuators/AirCoreMagneticTorquerDesign.m
SCPro/ProAttitude/GroundTrackErrorBudget.m
SCPro/ProEnvirons/AtmDensNeptune.m
SCPro/ProEnvirons/BDipoleJupiter.m