CCDNoise:

Path: SpacecraftEstimation/StellarModels

% Computes the CCD noise structure.
--------------------------------------------------------------------------
   Form:
   sigma = CCDNoise( d )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   d              (1,1)  Noise data structure
                         .c                    (1,1) Capacitance  (F)
                         .vD                   (1,1) Dark voltage (V)
                         .iDark                (1,1) Dark current (electrons)
                         .transferInefficiency (1,1) Transfer inefficiency
                         .nTransfers           (1,1) Number of transfers
                         .temperature          (1,1) Temperature
                         .doubleSampling       (1,1) 1 = true;
                         .electronsPerStep     (1,1) Number of electons per step
                         .eMax                 (1,1) Maximum number of electrons
 
   -------
   Outputs
   -------
   sigma          (1,1)  Noise data structure
                         .total        (1,1) Total noise
                         .thermal      (1,1) Thermal noise
                         .transfer     (1,1) Transfer noise
                         .reset        (1,1) Reset noise
                         .signal       (1,1) Sigmal noise
                         .quantization (1,1) Quantization noise

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

Back to the SpacecraftEstimation Module page