IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 37528


Ignore:
Timestamp:
Oct 24, 2014, 3:34:36 PM (12 years ago)
Author:
eugene
Message:

minor update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20140904/Ohana/src/relastro/src/relastro_images.c

    r37446 r37528  
    7272    case TARGET_CHIPS:
    7373      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);
    7678        MARKTIME("update chips: %f sec\n", dtime);
    7779      }
Note: See TracChangeset for help on using the changeset viewer.