Changeset 37528
- Timestamp:
- Oct 24, 2014, 3:34:36 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20140904/Ohana/src/relastro/src/relastro_images.c
r37446 r37528 72 72 case TARGET_CHIPS: 73 73 for (i = 0; i < NLOOP; i++) { 74 UpdateObjects (catalog, Ncatalog); 75 UpdateChips (catalog, Ncatalog); 74 // XXX is is really possible that I do not update the measure.R,D on each loop?? 75 UpdateObjects (catalog, Ncatalog); // calculate <R>,<D> 76 UpdateChips (catalog, Ncatalog); // measure.X,Y -> R,D, fit image.coords 77 FrameCorrection (catalog, Ncatalog); 76 78 MARKTIME("update chips: %f sec\n", dtime); 77 79 }
Note:
See TracChangeset
for help on using the changeset viewer.
