IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 25, 2021, 5:00:52 PM (5 years ago)
Author:
eugene
Message:

save grid correction into well-defined location; pass to relphot_client if needed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/relphot.20210521/src/relphot_client.c

    r41606 r41615  
    8080      initImagesSubset (image, NULL, Nimage);
    8181
     82      // load grid corrections here
     83      GridCorrectionLoad (GRID_MEANFILE);
     84
    8285      reload_catalogs (skylist, HOST_ID, HOSTDIR);
    8386      freeImages ((char *)image);
    8487      free (image);
     88      freeGridBins ();
    8589      client_logger_message ("updated catalogs\n");
    8690      relphot_client_free (sky, skylist);
Note: See TracChangeset for help on using the changeset viewer.