IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 12, 2011, 6:06:39 AM (15 years ago)
Author:
eugene
Message:

fix the multifilter analysis

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20110404/Ohana/src/relphot/src/ImageOps.c

    r31261 r31272  
    134134  int i, ecode, Ns, found;
    135135 
     136  int Nmatch = 0;
    136137 for (i = 0; i < Ncatalog; i++) {
    137138    for (j = 0; j < catalog[i].Nmeasure; j++) {
     
    143144      if (!found) continue;
    144145      matchImage (catalog, j, i);
    145     }
    146   }
     146      Nmatch ++;
     147    }
     148  }
     149  fprintf (stderr, "matched %d detections to images\n", Nmatch);
    147150}
    148151
Note: See TracChangeset for help on using the changeset viewer.