Path: AerospaceUtils/ComponentModels
% Get CAD vertices and faces for various star cameras.
This also outputs mass and power data for the models.
Type StarCameraModel for a demo.
--------------------------------------------------------------------------
Form:
[v, f, d] = StarCameraModel( type, uBoresight )
--------------------------------------------------------------------------
------
Inputs
------
type Type, 'astro 5' (default), 'ct633', 'ons'
uBoresight Unit vector for the boresight
-------
Outputs
-------
v Vertices
f Faces
d Data
.mass
.power
--------------------------------------------------------------------------