IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 28, 2009, 2:51:53 PM (17 years ago)
Author:
Paul Price
Message:

Convering 'weight' to 'variance' where appropriate. Mostly just propagating changes from psModules.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap_branch_20090128/psphot/src/psphotFindFootprints.c

    r21183 r21213  
    6868    }
    6969
    70     psphotCullPeaks(readout->image, readout->weight, recipe, detections->footprints);
     70    psphotCullPeaks(readout->image, readout->variance, recipe, detections->footprints);
    7171    detections->peaks = pmFootprintArrayToPeaks(detections->footprints);
    7272    psLogMsg ("psphot", PS_LOG_INFO, "%ld peaks, %ld total footprints: %f sec\n", detections->peaks->n, detections->footprints->n, psTimerMark ("psphot.footprints"));
Note: See TracChangeset for help on using the changeset viewer.