IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 5, 2011, 10:43:45 AM (15 years ago)
Author:
eugene
Message:

various improvements to relphot, related support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/relphot/src/load_images.c

    r31160 r31450  
    4444  // select the images which overlap the selected sky regions
    4545  subset = select_images (skylist, image, Nimage, &LineNumber, &Nsubset);
    46   MARKTIME("selected images: %f sec\n", dtime);
     46  MARKTIME("selected %d overlapping images: %f sec\n", (int) Nsubset, dtime);
    4747
    4848  // generate db->vtable from db->ftable based on the selection
Note: See TracChangeset for help on using the changeset viewer.