Changeset 38640
- Timestamp:
- Jul 26, 2015, 4:13:12 PM (11 years ago)
- Location:
- branches/eam_branches/ipp-20150625/Ohana/src/relphot/src
- Files:
-
- 2 edited
-
load_catalogs.c (modified) (2 diffs)
-
relphot_parallel_images.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20150625/Ohana/src/relphot/src/load_catalogs.c
r38471 r38640 253 253 Catalog *catalog = catalogs->catalog; 254 254 *Ncatalog = catalogs->Ncatalog; 255 BrightCatalogSplitFree (catalogs);256 255 257 256 int Nmeasure = 0; … … 263 262 264 263 fprintf (stderr, "loaded %d catalogs, using a total of %d stars (%d measures)\n", catalogs->Ncatalog, Naverage, Nmeasure); 264 client_logger_message ("loaded %d catalogs, using a total of %d stars (%d measures)\n", catalogs->Ncatalog, Naverage, Nmeasure); 265 266 BrightCatalogSplitFree (catalogs); 265 267 266 268 return (catalog); -
branches/eam_branches/ipp-20150625/Ohana/src/relphot/src/relphot_parallel_images.c
r37037 r38640 34 34 exit (2); 35 35 } 36 client_logger_message ("loaded images\n"); 36 37 37 38 // once we have read this table, we should remove it for repeat runs … … 53 54 // the following function correctly chooses the sky regions on the 0,360 boundary 54 55 SkyList *skylist = SkyListByBounds (sky, -1, UserPatch.Rmin, UserPatch.Rmax, UserPatch.Dmin, UserPatch.Dmax); 56 client_logger_message ("prepare to load catalogs\n"); 55 57 56 58 /* load catalog data from region files (hostID is 0 since we are not a client */
Note:
See TracChangeset
for help on using the changeset viewer.
