IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 15, 2010, 5:32:21 PM (16 years ago)
Author:
eugene
Message:

clean up the code to remove old test concepts; normalization is calculated up front; matrix equation does not include place-holder elements for background and norm

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20100823/psModules/src/imcombine/pmSubtractionStamps.h

    r29004 r29165  
    2525    int footprint;                      ///< Half-size of stamps
    2626    float normFrac;                     ///< Fraction of flux in window for normalisation window
     27    float normValue;                    ///< calculated normalization
    2728    psKernel *window1;                  ///< window function generated from ensemble of stamps (input 1)
    2829    psKernel *window2;                  ///< window function generated from ensemble of stamps (input 2)
    29     float normWindow1;                    ///< Size of window for measuring normalisation
    30     float normWindow2;                    ///< Size of window for measuring normalisation
     30    float normWindow1;                  ///< Size of window for measuring normalisation
     31    float normWindow2;                  ///< Size of window for measuring normalisation
    3132    float sysErr;                       ///< Systematic error
    3233    float skyErr;                       ///< increase effective readnoise
     
    8586    psVector *vector;                   ///< Least-squares vector, or NULL
    8687    double norm;                        ///< Normalisation difference
     88    double normSquare1;                 ///< Sum(flux^2) for image 1 (used for penalty)
     89    double normSquare2;                 ///< Sum(flux^2) for image 2 (used for penalty)
    8790    pmSubtractionStampStatus status;    ///< Status of stamp
    8891} pmSubtractionStamp;
Note: See TracChangeset for help on using the changeset viewer.