IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 34795


Ignore:
Timestamp:
Dec 11, 2012, 11:18:11 AM (14 years ago)
Author:
bills
Message:

comment changes

File:
1 edited

Legend:

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

    r34788 r34795  
    228228    // We are having a problem with large number of false y band detections causing large numbers of
    229229    // matched detections to be created.
    230     // In matchInfo recipe each filter can have a value for Y.RATIO.MAX. For each filter with a non-zero value
     230    // The matchInfo recipe each entry contains a value for Y.RATIO.MAX. For each filter with a non-zero value
    231231    // we compare the ratio of the number of y detections to the number of detections in that filter to Y.RATIO.MAX.
    232     // If the ratio in all specified filters is above its limit, we disable matchAll for y band.
     232    // If the ratio in all filters with a non-zero is above its limit we consider the y band stack to
     233    // be suspect and so disable the y band matchAll recipe (if set)
    233234
    234235    int iy = -1;
    235     // now we are looping over matchInfo
     236    // note now we are looping over matchInfo
    236237    for (int i = 0; i < nImages; i++) {
    237238        // Remember which input is y
Note: See TracChangeset for help on using the changeset viewer.