IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 38640


Ignore:
Timestamp:
Jul 26, 2015, 4:13:12 PM (11 years ago)
Author:
eugene
Message:

do not free the catalogs to early

Location:
branches/eam_branches/ipp-20150625/Ohana/src/relphot/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20150625/Ohana/src/relphot/src/load_catalogs.c

    r38471 r38640  
    253253  Catalog *catalog = catalogs->catalog;
    254254  *Ncatalog = catalogs->Ncatalog;
    255   BrightCatalogSplitFree (catalogs);
    256255
    257256  int Nmeasure = 0;
     
    263262
    264263  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);
    265267
    266268  return (catalog);
  • branches/eam_branches/ipp-20150625/Ohana/src/relphot/src/relphot_parallel_images.c

    r37037 r38640  
    3434    exit (2);
    3535  }
     36  client_logger_message ("loaded images\n");
    3637
    3738  // once we have read this table, we should remove it for repeat runs
     
    5354  // the following function correctly chooses the sky regions on the 0,360 boundary
    5455  SkyList *skylist = SkyListByBounds (sky, -1, UserPatch.Rmin, UserPatch.Rmax, UserPatch.Dmin, UserPatch.Dmax);
     56  client_logger_message ("prepare to load catalogs\n");
    5557
    5658  /* 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.