- Timestamp:
- Sep 4, 2012, 6:31:26 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20120805/Ohana/src/opihi/dvo/gstar.c
r33963 r34382 190 190 gprint (GP_LOG, "%5.2f ", 3600.0*sqrt(r)); 191 191 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); 193 193 gprint (GP_LOG, "%5x ", catalog.average[k].flags); 194 194 gprint (GP_LOG, "%x ", catalog.average[k].objID); … … 205 205 gprint (GP_LOG, "%f ", catalog.average[k].dP); 206 206 207 gprint (GP_LOG, "%f ", catalog.average[k].ChiSqAve);208 207 gprint (GP_LOG, "%f ", catalog.average[k].ChiSqPM); 209 208 gprint (GP_LOG, "%f ", catalog.average[k].ChiSqPar); … … 292 291 gprint (GP_LOG, "0x%08x ", catalog.measure[m].detID); 293 292 gprint (GP_LOG, "0x%08x ", catalog.measure[m].imageID); 294 gprint (GP_LOG, "%.3f ", catalog.measure[m].psfQ ual);293 gprint (GP_LOG, "%.3f ", catalog.measure[m].psfQF); 295 294 gprint (GP_LOG, "%.1f ", catalog.measure[m].psfChisq); 296 295 gprint (GP_LOG, "%.1f ", catalog.measure[m].crNsigma);
Note:
See TracChangeset
for help on using the changeset viewer.
