- Timestamp:
- Feb 19, 2009, 7:59:50 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/cnb_branch_20090215/Ohana/src/opihi/dvo/gstar.c
r20936 r21536 158 158 gprint (GP_LOG, "%3d ", catalog.average[k].Nmeasure); 159 159 gprint (GP_LOG, "%4.1f ", 0.01*catalog.average[k].Xp); 160 gprint (GP_LOG, "%5d", catalog.average[k]. code);160 gprint (GP_LOG, "%5d", catalog.average[k].flags); 161 161 162 162 if (FULL_OUTPUT) { … … 211 211 gprint (GP_LOG, "%7.4f ", catalog.measure[m].dR); 212 212 gprint (GP_LOG, "%7.4f", catalog.measure[m].dD); 213 gprint (GP_LOG, "% 2d ", catalog.measure[m].dophot);213 gprint (GP_LOG, "%4x ", catalog.measure[m].photFlags); 214 214 gprint (GP_LOG, "%3x ", catalog.measure[m].dbFlags); 215 215 gprint (GP_LOG, "%5d ", catalog.measure[m].photcode); … … 233 233 gprint (GP_LOG, "%d", catalog.measure[m].detID); 234 234 gprint (GP_LOG, "%d", catalog.measure[m].imageID); 235 gprint (GP_LOG, "%f", catalog.measure[m]. qPSF);235 gprint (GP_LOG, "%f", catalog.measure[m].psfQual); 236 236 gprint (GP_LOG, "%f", catalog.measure[m].psfChisq); 237 237 gprint (GP_LOG, "%f", catalog.measure[m].crNsigma); … … 240 240 gprint (GP_LOG, "%f", 0.01*catalog.measure[m].FWy); 241 241 gprint (GP_LOG, "%f", (360.0/(float)0xffff)*catalog.measure[m].theta); 242 243 gprint (GP_LOG, "%x", catalog.measure[m].photFlags);244 gprint (GP_LOG, "%d", catalog.measure[m].stargal);245 242 } 246 243 gprint (GP_LOG, "\n");
Note:
See TracChangeset
for help on using the changeset viewer.
