Changeset 32057
- Timestamp:
- Aug 9, 2011, 12:25:47 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110710/Ohana/src/relphot/src/load_images.c
r31668 r32057 85 85 } 86 86 87 88 // generate db->vtable from db->ftable based on the selection89 // XXX does this simply duplicate the memory needlessly? we recreate these lines90 // in reload_images. If we had saved the line numbers, we could avoid this91 // vtable points *another* copy of the subset rows92 // (the later call to 'reload_images' copies the subset elements back on top of93 // the rows of the vtable)94 // gfits_vtable_from_ftable (&db[0].ftable, &db[0].vtable, LineNumber, Nsubset);95 // MARKTIME("converted ftable to vtable: %f sec\n", dtime);96 97 87 // save the subset of images in the static reference in ImageOps, set up indexes 98 88 initImages (subset, LineNumber, Nsubset);
Note:
See TracChangeset
for help on using the changeset viewer.
