Changeset 35494 for trunk/Ohana
- Timestamp:
- May 2, 2013, 4:54:56 PM (13 years ago)
- Location:
- trunk/Ohana/src
- Files:
-
- 4 edited
-
relastro/src/UpdateObjectOffsets.c (modified) (1 diff)
-
relastro/src/high_speed_objects.c (modified) (1 diff)
-
relastro/src/hpm_objects.c (modified) (2 diffs)
-
relphot/src/relphot_images.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/relastro/src/UpdateObjectOffsets.c
r35105 r35494 60 60 // uses MeasureTiny values, but will also update Measure values when populated 61 61 UpdateObjects (&catalog, 1); 62 63 free_tiny_values(&catalog); 62 64 63 65 freeImageBins (1); -
trunk/Ohana/src/relastro/src/high_speed_objects.c
r33652 r35494 272 272 populate_tiny_values (&catalogOut, DVO_TV_MEASURE); 273 273 UpdateObjects (&catalogOut, 1); 274 free_tiny_values(&catalogOut); 274 275 275 276 fprintf (stderr, "found %d matches\n", Nmatch); -
trunk/Ohana/src/relastro/src/hpm_objects.c
r35416 r35494 258 258 UpdateObjects (&testcat, 1); 259 259 260 free_tiny_values(&testcat); 261 260 262 // logic for keeping the fit (anything else?) 261 263 int good = FALSE; … … 285 287 populate_tiny_values (&catalogOut, DVO_TV_MEASURE); 286 288 UpdateObjects (&catalogOut, 1); 289 free_tiny_values(&catalogOut); 287 290 288 291 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 224 224 /* at this point, we have correct cal coeffs in the image/mosaic structures */ 225 225 for (i = 0; i < Ncatalog; i++) { 226 // these tiny values are set by BrightCatalogSplit from load_catalogs 226 227 free_tiny_values (&catalog[i]); 227 228 dvo_catalog_free (&catalog[i]);
Note:
See TracChangeset
for help on using the changeset viewer.
