IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 14, 2011, 3:04:49 PM (15 years ago)
Author:
eugene
Message:

allows the input weight image to pmFootprintCullPeaks.c to be a S/N or normal Variance image (this allows us to use the smoothed significance image in the footprint analysis

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20110213/psModules/src/objects/pmFootprint.h

    r30865 r30902  
    8585                                 const float fPadding, // fractional padding added to stdev since bright peaks have unreasonably high significance
    8686                                 const float min_threshold, // minimum permitted coll height
    87                                  const float max_threshold // maximum permitted coll height
     87                                 const float max_threshold,// maximum permitted coll height
     88                                 const bool isWeightVar // the input weight may be variance (sigma^2) or S/N (1/sigma)
    8889    );
    8990
Note: See TracChangeset for help on using the changeset viewer.