AerospaceUtils Module |
|
AtmDens2 | Computes the Earth's atmospheric density using scale heights. |
AtmJ70 | Computes the atmospheric density using Jacchia's 1970 model. |
BaromExp | Computes the barometric exponent. |
DiffusionExp | Computes the diffusion exponent. |
BHinge | Compute a transformation matrix from a bHinge data structure. |
CreateComponent | Create a CAD component. This function has a built-in demo. |
DeviceProperties | Generates default properties for specific devices. |
GenericProperties | Generates generic properties for CAD components. The types are: |
AirCoreTorquerModel | Get vertices and faces for an air core magnetic torquer CAD component. |
AntennaPatch | Get vertices and faces for an antenna CAD component. |
ArrayPatch | Get vertices and faces for solar array CAD models. |
CameraModel | Get CAD vertices and faces for a star camera model. |
HallThrusterModel | Get CAD vertices and faces for a Hall thruster. |
NuclearReactorModel | Get CAD vertices and faces for an SP-100 based space nuclear reactor. |
REAModel | Get CAD vertices and faces for General Dynamics REAs. |
RWAModel | Get CAD vertices and properties for a specific RWA model. |
StarCameraModel | Get CAD vertices and faces for various star cameras. |
CoordinateTransform | Transform between selected coordinate frames and representations. |
ECEFToLLA | Compute latitude, longitude, altitude from ECEF position. |
ECIToEF | Computes the matrix from mean of Aries 2000 to the earth fixed frame. |
EFToLatLonAlt | Convert an earth fixed position vector to [latitude;longitude;altitude] |
HorizonAngle | Angle between the horizon and a vector from rG to rS. |
IntersectPlanet | Altitude of the nearest point to a sphere. |
LLAToECEF | Compute ECEF position from latitude, longitude, altitude. |
LatLonAltToEF | Convert [latitude;longitude;altitude] to an earth fixed position vector. |
LatLonToR | Converts geodetic latitude and longitude to r for an ellipsoidal planet. |
QAlign | Rotate about a body axis to align a body vector with an inertial vector. |
QHills | Generate the quaternion that transforms from the ECI to the Hills frame. |
QIToBDot | Computes the time derivative of a quaternion. |
QLVLH | Generate the quaternions that transform from ECI to LVLH coordinates. |
QRotateToAlign | Rotate about an axis to align "ua" as close as possible to target "ut" |
R2LatLon | Computes geocentric latitude and longitude from r |
Back to API main page