New In Version 2022.1

Contents

Summary of changes in v2022.1

A new function SolarFluxHistorical plots the solar flux over time. This is important for atmosphere models. The solar flux is an important factor in atmosphere models, and atmospheric drag is a major orbital perturbation for low Earth orbit satellites.

Another function, TwoUToQ, computes a complete attitude quaternion from two vectors such as a nadir vector, sun vector, or a magnetic field vector. This is used when you don’t have a star camera or tracker and want a complete attitude quaternion from the ECI frame to the body frame.

RoundTripTime plots the round trip time for straight line orbital trajectories. Straight line trajectories are a good first start for any deep space mission using electric propulsion. There are a wide variety of straight line tools, including optimization tools, in SCT.

New or Moved Files

The following sections list those functions which have been added or relocated since Version 2021.1.

SCT Pro

AerospaceUtils Module

AerospaceUtils/ComponentModels/CylindricalTank.m

Orbit Module

Orbit/OrbitManeuver/LTPlaneChange.m
Orbit/OrbitMechanics/LunarPolarOrbit.m
Orbit/OrbitMechanics/LunarRelativeState.m
Orbit/StraightLine/RoundTripTime.m
Orbit/Demos/OrbitManeuver/HohmannDemo.m

Missions Module

Missions/LunarLanding/LunarLandingControl.m

SC Module

SC/BasicOrbit/OrbitProp.m
SC/Demos/Disturbances/CylinderFreeMolecularFlow.m
SC/Demos/Disturbances/SphereFreeMolecularFlow.m
SC/Demos/Disturbances/AccommodationFlatPlate.m

SCPro Module

SCPro/ProControl/AltitudeHold.m
SCPro/ProControl/ACSRWAAndTorquers.m
SCPro/ProEnvirons/SolarFluxHistorical.m
SCPro/ProAttitude/AngleDetermination.m
SCPro/ProAttitude/TwoUToQ.m
SCPro/DynamicalModels/RHSLiftingSatellite.m
SCPro/DynamicalModels/RHSNBodySH.m
SCPro/DynamicalModels/RHSReactionWheelWithOrbit.m
SCPro/DynamicalModels/GravityGradientFrequency.m
SCPro/DynamicalModels/RHSLunarLander.m
SCPro/DynamicalModels/RHSGyroNBody.m
SCPro/DynamicalModels/RHSReactionWheel.m
SCPro/DynamicalModels/RHSRWAOrbit.m
SCPro/DynamicalModels/RHSSNP.m
SCPro/DynamicalModels/RHSGyroWithOrbit.m
SCPro/ProSensors/StaticEarthSensor.m
SCPro/Systems/BathtubCurve.m
SCPro/Demos/ProDisturbances/AccommodationDrag.m
SCPro/Demos/ProDisturbances/DisturbancesSim.m

SpacecraftEstimation Module

SpacecraftEstimation/AttitudeEstimation/GyroKalmanFilter.m

Add-Ons

Sail/Control/SailACS.m

Core

Two pressure vessel functions were added to Common. Common/PressureVessels/HoopStress.m
Common/PressureVessels/MassPressureVessel.m

Changed Files

The following sections list those functions with notable changes since Version 2021.1.

SCT Pro

Core Toolbox