Path: SpacecraftEstimation/StellarAttDet
% Default data structure for a pinhole camera. --------------------------------------------------------------------- Form: camera = PinholeCameraStruct( pixels, fOV ) --------------------------------------------------------------------- ------ Inputs ------ pixels (1,1) Number of pixels in the sensor fOV (1,1) Field of view (rad) ------- Outputs ------- camera (.) Camera data structure .fScale (1,1) Pixel conversion factor .wX (1,1) Width of sensing element in X .wY (1,1) Width of sensing element in Y .gain (1,1) Camera gain .noise (1,1) Include the noise model .sigmaXY (1,1) Position noise .sigmaI (1,1) Intensity noise .sigmaFS (1,1) False star noise ---------------------------------------------------------------------
Back to the SpacecraftEstimation Module page