IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 37933


Ignore:
Timestamp:
Feb 25, 2015, 9:08:20 AM (11 years ago)
Author:
eugene
Message:

do not apply frame correction if calculated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20150112/Ohana/src/relastro/src/FrameCorrection.c

    r37807 r37933  
    5656  free (filename);
    5757
     58  // XXX NOTE : do not apply correction for now.  let's just measure it and see how it evolves
    5859  // Now apply the correction to all of the average.R,D values
    59   FrameCorrectionApply (catalog, Ncatalog, set->frame, set->coords);
     60  // FrameCorrectionApply (catalog, Ncatalog, set->frame, set->coords);
    6061  FrameCorrectionSetFree(set);
    6162
Note: See TracChangeset for help on using the changeset viewer.