IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 33914 for trunk


Ignore:
Timestamp:
May 25, 2012, 11:02:53 AM (14 years ago)
Author:
bills
Message:

minor spelling change

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotFindDetections.c

    r33889 r33914  
    4848    // Use the new pmFootprints approach?
    4949    const bool useFootprints = psMetadataLookupBool(NULL, recipe, "USE_FOOTPRINTS");
    50     const bool footprintsUseUnsubtracted = psMetadataLookupBool(NULL, recipe, "FOOTPRINT_USE_UNSUBTRACTED");
     50    const bool footprintUseUnsubtracted = psMetadataLookupBool(NULL, recipe, "FOOTPRINT_USE_UNSUBTRACTED");
    5151
    5252    pmDetections *detections = psMetadataLookupPtr (&status, readout->analysis, "PSPHOT.DETECTIONS");
     
    7272    } else {
    7373        pass = 2;
    74         // XXX change this to a recipe value
    75         replaceSourcesForFootprints = footprintsUseUnsubtracted;   
     74        replaceSourcesForFootprints = footprintUseUnsubtracted;   
    7675        NSIGMA_PEAK = psMetadataLookupF32 (&status, recipe, "PEAKS_NSIGMA_LIMIT_2"); PS_ASSERT (status, NULL);
    7776        NMAX = 0; // unlimited number of peaks in final pass: allow a limit (PEAKS_NMAX_2) ?
Note: See TracChangeset for help on using the changeset viewer.