StaticEarthSensor:

Path: SCPro/ProSensors

--------------------------------------------------------------------------
 Static Earth sensor model
--------------------------------------------------------------------------
 The boresight is along +z. It will draw a picture if there are no 
 outputs. 

 Type StaticEarthSensor for a demo.
--------------------------------------------------------------------------

 Form:
   y = StaticEarthSensor(q,r,d)
--------------------------------------------------------------------------

   ------
   Inputs
   ------
  
   q   (4,1)	ECI to Body
   r   (3,1)	Vector from planet center to spacecraft
   d   (.)   Data structure
             .n              (1,1) Number of segments in the planet circle
             .p              (2,:) Vertices for the detector
             .pAng           (2,:) Vertices in angles (deg)
             .az             (1,n) Azimuth of the detector elements
             .el             (1,n) Elevation of the detector elements 
             .rPlanet        (1,1) Planet radius
             .fL             (1,1) Focal length
             .qBodyToSensor	(4,1) Quaternion from body to sensor frame
             .scale          (1,1) Output/detector area intersecting 

   -------
   Outputs
   -------
  
   y   (:,1)	Detector outputs

--------------------------------------------------------------------------

Children:

Common: Graphics/NewFig
Common: Quaternion/QForm
Common: Quaternion/QMult
Math: Linear/Mag
Math: Linear/Unit
Math: Trigonometry/SinD

Back to the SCPro Module page