IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 4, 2012, 6:31:26 AM (14 years ago)
Author:
eugene
Message:

deprecating average.Xp, replacing with average.stargal (or use average.ChiSqAve where appropriate); adding average.psfQF and average.psfQFperf; replaced measure.psfQual with psfQF, adding measure.psfQFperf

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20120805/Ohana/src/opihi/dvo/gstar.c

    r33963 r34382  
    190190        gprint (GP_LOG, "%5.2f ",   3600.0*sqrt(r));
    191191        gprint (GP_LOG, "%3d   ",  catalog.average[k].Nmeasure);
    192         gprint (GP_LOG, "%4.1f ",  0.01*catalog.average[k].Xp);
     192        gprint (GP_LOG, "%4.1f ",  catalog.average[k].ChiSqAve);
    193193        gprint (GP_LOG, "%5x ",    catalog.average[k].flags);
    194194        gprint (GP_LOG, "%x ",     catalog.average[k].objID);
     
    205205            gprint (GP_LOG, "%f   ",     catalog.average[k].dP);
    206206
    207             gprint (GP_LOG, "%f   ",     catalog.average[k].ChiSqAve);
    208207            gprint (GP_LOG, "%f   ",     catalog.average[k].ChiSqPM);
    209208            gprint (GP_LOG, "%f   ",     catalog.average[k].ChiSqPar);
     
    292291                gprint (GP_LOG, "0x%08x ", catalog.measure[m].detID);
    293292                gprint (GP_LOG, "0x%08x ", catalog.measure[m].imageID);
    294                 gprint (GP_LOG, "%.3f ", catalog.measure[m].psfQual);
     293                gprint (GP_LOG, "%.3f ", catalog.measure[m].psfQF);
    295294                gprint (GP_LOG, "%.1f ", catalog.measure[m].psfChisq);
    296295                gprint (GP_LOG, "%.1f ", catalog.measure[m].crNsigma);
Note: See TracChangeset for help on using the changeset viewer.