Changeset 29165 for branches/eam_branches/ipp-20100823/psModules/src/imcombine/pmSubtractionStamps.h
- Timestamp:
- Sep 15, 2010, 5:32:21 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20100823/psModules/src/imcombine/pmSubtractionStamps.h
r29004 r29165 25 25 int footprint; ///< Half-size of stamps 26 26 float normFrac; ///< Fraction of flux in window for normalisation window 27 float normValue; ///< calculated normalization 27 28 psKernel *window1; ///< window function generated from ensemble of stamps (input 1) 28 29 psKernel *window2; ///< window function generated from ensemble of stamps (input 2) 29 float normWindow1; ///< Size of window for measuring normalisation30 float normWindow2; ///< Size of window for measuring normalisation30 float normWindow1; ///< Size of window for measuring normalisation 31 float normWindow2; ///< Size of window for measuring normalisation 31 32 float sysErr; ///< Systematic error 32 33 float skyErr; ///< increase effective readnoise … … 85 86 psVector *vector; ///< Least-squares vector, or NULL 86 87 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) 87 90 pmSubtractionStampStatus status; ///< Status of stamp 88 91 } pmSubtractionStamp;
Note:
See TracChangeset
for help on using the changeset viewer.
