Changeset 14802 for trunk/psModules/src/imcombine/pmSubtractionStamps.h
- Timestamp:
- Sep 10, 2007, 11:31:25 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/imcombine/pmSubtractionStamps.h
r14801 r14802 67 67 68 68 /// Find stamps on an image 69 pmSubtractionStampList *pmSubtraction FindStamps(pmSubtractionStampList *stamps, ///< Output stamps, or NULL69 pmSubtractionStampList *pmSubtractionStampsFind(pmSubtractionStampList *stamps, ///< Output stamps, or NULL 70 70 const psImage *image, ///< Image for which to find stamps 71 71 const psImage *mask, ///< Mask, or NULL … … 79 79 /// We may optionally apply an exclusion zone around each star --- this is important when we're convolving to 80 80 /// a specified PSF; less so when we're only trying to get a good subtraction. 81 pmSubtractionStampList *pmSubtractionS etStamps(const psVector *x, ///< x coordinates for each stamp81 pmSubtractionStampList *pmSubtractionStampsSet(const psVector *x, ///< x coordinates for each stamp 82 82 const psVector *y, ///< y coordinates for each stamp 83 83 const psVector *flux, ///< Flux for each stamp, or NULL … … 86 86 const psRegion *region, ///< Region to search, or NULL 87 87 float spacing, ///< Rough spacing for stamps 88 int exclusionZone // Exclusion zone around each star 88 int exclusionZone ///< Exclusion zone around each star 89 ); 90 91 /// 92 pmSubtractionStampList *pmSubtractionStampsSetFromSources( 93 const psArray *sources, ///< Sources for each stamp 94 const psImage *subMask, ///< Mask, or NULL 95 const psRegion *region, ///< Region to search, or NULL 96 float spacing, ///< Rough spacing for stamps 97 int exclusionZone ///< Exclusion zone around each star 89 98 ); 90 99 91 100 /// Extract stamps from the images 92 bool pmSubtraction ExtractStamps(pmSubtractionStampList *stamps, ///< Stamps101 bool pmSubtractionStampsExtract(pmSubtractionStampList *stamps, ///< Stamps 93 102 psImage *reference, ///< Reference image 94 103 psImage *input, ///< Input image (or NULL) … … 99 108 100 109 /// Generate target for stamps based on list 101 bool pmSubtraction GenerateStamps(pmSubtractionStampList *stamps, ///< Stamps110 bool pmSubtractionStampsGenerate(pmSubtractionStampList *stamps, ///< Stamps 102 111 float fwhm, ///< FWHM for each stamp 103 112 int footprint, ///< Stamp footprint size
Note:
See TracChangeset
for help on using the changeset viewer.
