IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 35494 for trunk/Ohana


Ignore:
Timestamp:
May 2, 2013, 4:54:56 PM (13 years ago)
Author:
eugene
Message:

free tiny values

Location:
trunk/Ohana/src
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/relastro/src/UpdateObjectOffsets.c

    r35105 r35494  
    6060    // uses MeasureTiny values, but will also update Measure values when populated
    6161    UpdateObjects (&catalog, 1);
     62
     63    free_tiny_values(&catalog);
    6264
    6365    freeImageBins (1);
  • trunk/Ohana/src/relastro/src/high_speed_objects.c

    r33652 r35494  
    272272  populate_tiny_values (&catalogOut, DVO_TV_MEASURE);
    273273  UpdateObjects (&catalogOut, 1);
     274  free_tiny_values(&catalogOut);
    274275
    275276  fprintf (stderr, "found %d matches\n", Nmatch);
  • trunk/Ohana/src/relastro/src/hpm_objects.c

    r35416 r35494  
    258258    UpdateObjects (&testcat, 1);
    259259
     260    free_tiny_values(&testcat);
     261
    260262    // logic for keeping the fit (anything else?)
    261263    int good = FALSE;
     
    285287  populate_tiny_values (&catalogOut, DVO_TV_MEASURE);
    286288  UpdateObjects (&catalogOut, 1);
     289  free_tiny_values(&catalogOut);
    287290
    288291  fprintf (stderr, "found "OFF_T_FMT" matches with "OFF_T_FMT" detections\n", catalogOut.Naverage, catalogOut.Nmeasure);
  • trunk/Ohana/src/relphot/src/relphot_images.c

    r35416 r35494  
    224224    /* at this point, we have correct cal coeffs in the image/mosaic structures */
    225225    for (i = 0; i < Ncatalog; i++) {
     226      // these tiny values are set by BrightCatalogSplit from load_catalogs
    226227      free_tiny_values (&catalog[i]);
    227228      dvo_catalog_free (&catalog[i]);
Note: See TracChangeset for help on using the changeset viewer.