IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 10, 2007, 2:08:40 PM (19 years ago)
Author:
Paul Price
Message:

Adding support for getting stamps from sources.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppSub/src/ppSubReadout.c

    r14751 r14806  
    8383    }
    8484
    85     if (!pmSubtractionMatch(outRO, refRO, inRO, footprint, regionSize, spacing, threshold, stampsName,
    86                             NAN, type, size, order, widths, orders, inner, ringsOrder, binning, optimum,
    87                             optWidths, optOrder, optThresh, iter, rej, maskBad, maskBlank)) {
     85    psArray *sources = psMetadataLookupPtr(&mdok, refRO->analysis, "PSPHOT.SOURCES"); // Sources in image
     86
     87    if (!pmSubtractionMatch(outRO, refRO, inRO, footprint, regionSize, spacing, threshold, sources,
     88                            stampsName, NAN, type, size, order, widths, orders, inner, ringsOrder,
     89                            binning, optimum, optWidths, optOrder, optThresh, iter, rej, maskBad,
     90                            maskBlank)) {
    8891        psError(PS_ERR_UNKNOWN, false, "Unable to match images.");
    8992        psFree(outRO);
Note: See TracChangeset for help on using the changeset viewer.