ComputePixelMapScale:

Path: SpacecraftEstimation/StellarAttDet

% Computes the pixel map conversion factor.
 The width and field of view should both be the full width and angle 
 of the chip, not the half-angle.
------------------------------------------------------------------------
   Form:
   f = ComputePixelMapScale( pixelWidth, fOV )
------------------------------------------------------------------------

   ------
   Inputs
   ------
   pixelWidth    (1,1)   Width in pixels
   fOV           (1,1)   Field of view in same direction (rad)

   -------
   Outputs
   -------
   f             (1,1)   Scale

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

Back to the SpacecraftEstimation Module page