Changeset 14811 for trunk/ppStack/src/ppStackMatch.c
- Timestamp:
- Sep 10, 2007, 2:44:14 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ppStack/src/ppStackMatch.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStack/src/ppStackMatch.c
r14764 r14811 11 11 //#define TESTING 12 12 13 bool ppStackMatch(pmReadout *output, const pmReadout *input, const pmConfig *config) 13 bool ppStackMatch(pmReadout *output, const pmReadout *input, const pmReadout *sourcesRO, 14 const pmConfig *config) 14 15 { 15 16 // Look up appropriate values from the ppSub recipe … … 51 52 } 52 53 54 psArray *sources = psMetadataLookupPtr(&mdok, sourcesRO->analysis, "PSPHOT.SOURCES"); // Sources in image 55 53 56 // Do the image matching 54 if (!pmSubtractionMatch(output, input, NULL, footprint, regionSize, spacing, threshold, stampsName, 55 target, type, size, order, widths, orders, inner, ringsOrder, binning, optimum, 56 optWidths, optOrder, optThresh, iter, rej, maskBad, maskBlank)) { 57 if (!pmSubtractionMatch(output, input, NULL, footprint, regionSize, spacing, threshold, sources, 58 stampsName, target, type, size, order, widths, orders, inner, ringsOrder, 59 binning, optimum, optWidths, optOrder, optThresh, iter, rej, maskBad, 60 maskBlank)) { 57 61 psError(PS_ERR_UNKNOWN, false, "Unable to match images."); 58 62 return false;
Note:
See TracChangeset
for help on using the changeset viewer.
