IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 35405


Ignore:
Timestamp:
Apr 16, 2013, 6:44:17 AM (13 years ago)
Author:
eugene
Message:

delstar needs to save the imageID for parallel mode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20130307/Ohana/src/delstar/src/delete_duplicate_images.c

    r35265 r35405  
    128128
    129129// CATDIR is supplied globally
    130 int delete_duplicate_image_measures_parallel (SkyList *sky) {
     130int delete_duplicate_image_measures_parallel (SkyList *sky, IndexArray *imageID) {
     131
     132  // write out the subset table of image information
     133  char imageFile[512];
     134  snprintf (imageFile, 512, "%s/Images.subset.dat", CATDIR);
     135
     136  if (!ImageSubsetSave (imageFile, image, Nimage)) {
     137    fprintf (stderr, "failed to write image subset\n");
     138    exit (1);
     139  }
     140
    131141
    132142  // launch the delstar_client jobs to the parallel hosts
Note: See TracChangeset for help on using the changeset viewer.