Changeset 35405
- Timestamp:
- Apr 16, 2013, 6:44:17 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20130307/Ohana/src/delstar/src/delete_duplicate_images.c
r35265 r35405 128 128 129 129 // CATDIR is supplied globally 130 int delete_duplicate_image_measures_parallel (SkyList *sky) { 130 int 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 131 141 132 142 // launch the delstar_client jobs to the parallel hosts
Note:
See TracChangeset
for help on using the changeset viewer.
