Changeset 18962 for trunk/psModules/src/imcombine/pmSubtractionMatch.h
- Timestamp:
- Aug 8, 2008, 8:10:29 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/imcombine/pmSubtractionMatch.h
r18287 r18962 15 15 #define PM_SUBTRACTION_ANALYSIS_STAMPS_NUM "SUBTRACTION.NUM"// Name of the number of stamps in the analysis MD 16 16 #define PM_SUBTRACTION_ANALYSIS_VARFACTOR "SUBTRACTION.VARFACTOR"// Name of variance factor in the analysis MD 17 17 18 18 19 /// Match two images … … 51 52 ); 52 53 54 /// Execute a thread job to measure the PSF width ratios 55 bool pmSubtractionOrderThread(const psThreadJob *job ///< Job to execute 56 ); 57 58 /// Measure the PSF width ratio for a single stamp 59 bool pmSubtractionOrderStamp(psVector *ratios, ///< PSF width ratios 60 psVector *mask, ///< Mask for PSF width ratios 61 const pmSubtractionStampList *stamps, ///< List of stamps 62 const psArray *models, ///< Pre-calculated gaussian models 63 const psVector *modelSums, ///< Pre-calculated gaussian model sums 64 int index, ///< Index of stamp 65 float bg1, ///< Background for image 1 66 float bg2 ///< Background for image 2 67 ); 68 53 69 /// Determine which image to convolve 54 70 pmSubtractionMode pmSubtractionOrder(pmSubtractionStampList *stamps, ///< Stamps that have been extracted 55 float bg1, float bg2 // Background for each image71 float bg1, float bg2 ///< Background for each image 56 72 ); 57 73
Note:
See TracChangeset
for help on using the changeset viewer.
