IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 5, 2013, 2:37:52 PM (13 years ago)
Author:
mhuber
Message:

adding CullSingles option to pmSourceMatchMerge for ppSubMatchPSFs select to only merge the matched sources for ppSub

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/objects/pmSourceMatch.h

    r29004 r35240  
    6868/// Sources are pulled from the lists into a new list, with no effort made to adjust them.
    6969psArray *pmSourceMatchMerge(psArray *sourceArrays, ///< Array of arrays of sources on each image
    70                             float radius ///< Matching radius
     70                            float radius, ///< Matching radius
     71                            bool cullSingles ///< Cull "matches" with only a single source?
    7172    );
    7273
Note: See TracChangeset for help on using the changeset viewer.