Path: Plotting/Utilities
-------------------------------------------------------------------------- Initialize the axes for an animation. -------------------------------------------------------------------------- Form: InitializeAxes( handle, scData, tgtData, time, keepView, point, cameraTarget, axisType ) -------------------------------------------------------------------------- ------ Inputs ------ handle Handle to the axes scData Data structure with position & time for each spacecraft tgtData Data structure with position & time for each target time Time data keepView Flag indicating whether to keep the current view or not point* cameraTarget* axisType Specify the type of axes to use. 'default' x, y, z 'Hills' x-Radial, y-Along-track, z-Cross-track 'LVLH' x-Along-track, y-Cross-track, z-Radial 'PLANET' The planet will be drawn in the background ------- Outputs ------- d Data structure for Animation GUI. --------------------------------------------------------------------------
Common: Graphics/Map
Back to the Plotting Module page