AttitudeProfileVis:

Path: SCPro/ProAttitude

% Visualize an attitude profile with constraints. 
 Draws the following:

 - orbit
 - sun vector
 - moon vector
 - nadir vector
 - terminator line and lighting
 - CAD model at attitude
 - for primary & secondary alignments, and each pointing constraint ...
       + reference inertial vector and body vector
       + sector for separation angle

 Labels the separation angle for alignment and constraints, the date,
 elapsed time, and the current pointing mode at the top of the window.
 Uses PlaybackControls to control animation over time.

 Type AttitudeProfileVis for a demo
--------------------------------------------------------------------------
   Form:
   AttitudeProfileVis( d )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   d          (.)     	Data structure generated from AttitudeProfileWithCon.m
   gCAD       (.)      CAD data structure
                        .name       (1,:) Name
                        .component   (:)  Component structure array
                             .v
                             .f
                             .edgeColor
                             .faceColor
                        .color      (1,:) Name
                        .alpha      (1,:) Name
   cone       (:)      Cone data structure array
                        .name  (1,:) Name
                        .uB    (3,1) Unit vector in the body frame
                        .fov   (1,1) Field of view (rad)
                        .alpha (1,1) Transparency
                        .color (1,3) Color

   -------
   Outputs
   -------
   None

--------------------------------------------------------------------------
   See also: EarthHR, AttitudeProfileWithCon
--------------------------------------------------------------------------

Children:

AerospaceUtils: CAD/GetCADVF
AerospaceUtils: Coord/ECIToEF
AerospaceUtils: Coord/LLAToECEF
Common: ComponentModels/Cone
Common: ComponentModels/SectorPatch
Common: Graphics/Map
Common: Graphics/PlaybackControls
Common: Quaternion/Mat2Q
Common: Quaternion/Q2Mat
Common: Quaternion/QTForm
Common: Time/JD2Date
Common: Time/JD2T
CubeSat: Utilities/CubeSatModel
Math: Linear/Cross
Math: Linear/Mag
Math: Linear/Unit
SC: Ephem/MoonV1
SC: Ephem/SunV1
SC: Ephem/TerminatorLine
SCPro: ProAttitude/AttitudeProfileWithCon

Back to the SCPro Module page