IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 24181 for trunk/ppSub


Ignore:
Timestamp:
May 13, 2009, 5:12:53 PM (17 years ago)
Author:
Paul Price
Message:

Fixing ticket 1246: inverting preference order for stamps source (specified sources by user first, general sources from photometry second). ppSub wasn't using the correct source for the name of the stamps file from the user (artifact of recent reorganisation).

File:
1 edited

Legend:

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

    r24065 r24181  
    9494    float spacing = psMetadataLookupF32(NULL, recipe, "STAMP.SPACING"); // Typical stamp spacing
    9595    float threshold = psMetadataLookupF32(NULL, recipe, "STAMP.THRESHOLD"); // Threshold for stmps
    96     const char *stampsName = psMetadataLookupStr(&mdok, config->arguments, "STAMPS"); // Filename for stamps
    9796
    9897    const char *typeStr = psMetadataLookupStr(NULL, recipe, "KERNEL.TYPE"); // Kernel type
     
    151150    } else {
    152151        success = pmSubtractionMatch(inConv, refConv, inRO, refRO, footprint, stride, regionSize,
    153                                      spacing, threshold, sources, stampsName, type, size, order,
     152                                     spacing, threshold, sources, data->stamps, type, size, order,
    154153                                     widths, orders, inner, ringsOrder, binning, penalty, optimum,
    155154                                     optWidths, optOrder, optThresh, iter, rej, sys, maskVal,
Note: See TracChangeset for help on using the changeset viewer.