IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 18, 2013, 12:41:02 PM (13 years ago)
Author:
eugene
Message:

add option to include bad images when applying offsets (needed for a general reset); add some test options and count the number of modified detections; when doing UpdateObjectOffsets, do not require images to completely overlap a region (want to update all detections in the region); allow relastro clients to run on only the needed hosts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20130509/Ohana/src/relastro/src/relastro_images.c

    r33652 r35671  
    2020  MARKTIME("load image data: %f sec\n", dtime);
    2121
    22   /* load regions and images based on specified sky patch (default depth) */
    23   load_images (&db, skylist);
     22  /* load regions and images based on specified sky patch (default depth) (require full overlap) */
     23  load_images (&db, skylist, TRUE);
    2424  MARKTIME("load images: %f sec\n", dtime);
    2525
Note: See TracChangeset for help on using the changeset viewer.