IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 19, 2013, 3:42:02 PM (13 years ago)
Author:
eugene
Message:

merged from trunk

Location:
branches/eam_branches/ipp-20130307
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20130307

  • branches/eam_branches/ipp-20130307/ppStack/src/ppStackTarget.c

    r34089 r35413  
    6060        }
    6161        float xSource, ySource;         // Coordinates of source
    62         coordsFromSource(&xSource, &ySource, NULL, source);
     62        float Smag;                      // magnitude of source
     63        coordsFromSource(&xSource, &ySource, &Smag, source);
    6364
    6465        coords->data.F64[0] = xSource;
     
    6667
    6768        psVector *indices = psTreeAllWithin(tree, coords, exclusion); // Number within exclusion zone
    68         psTrace("ppStack", 9, "Source at %.0lf,%.0lf has %ld sources in exclusion zone",
    69                 coords->data.F64[0], coords->data.F64[1], indices->n);
     69        psTrace("ppStack", 5, "Filtering: Source at %.0lf %.0lf with mag %f has %ld sources in exclusion zone",
     70                coords->data.F64[0], coords->data.F64[1], Smag, indices->n);
    7071        if (indices->n == 1) {
    7172            // Only itself inside the exclusion zone
Note: See TracChangeset for help on using the changeset viewer.