Changeset 28326
- Timestamp:
- Jun 15, 2010, 9:34:15 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/dvo/gstar.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/dvo/gstar.c
r28241 r28326 165 165 gprint (GP_LOG, "%3d ", catalog.average[k].Nmeasure); 166 166 gprint (GP_LOG, "%4.1f ", 0.01*catalog.average[k].Xp); 167 gprint (GP_LOG, "%5d ", catalog.average[k].flags); 167 gprint (GP_LOG, "%5x ", catalog.average[k].flags); 168 gprint (GP_LOG, "%x ", catalog.average[k].objID); 169 gprint (GP_LOG, "%x ", catalog.average[k].catID); 168 170 169 171 if (FULL_OUTPUT) { … … 176 178 gprint (GP_LOG, "%f ", catalog.average[k].P); 177 179 gprint (GP_LOG, "%f ", catalog.average[k].dP); 178 gprint (GP_LOG, "%x ", catalog.average[k].objID);179 gprint (GP_LOG, "%x ", catalog.average[k].catID);180 180 } 181 181 … … 244 244 gprint (GP_LOG, "%f ", catalog.measure[m].crNsigma); 245 245 gprint (GP_LOG, "%f ", catalog.measure[m].extNsigma); 246 gprint (GP_LOG, "%f ", 0.01*catalog.measure[m].FWx);247 gprint (GP_LOG, "%f ", 0.01*catalog.measure[m].FWy);248 246 gprint (GP_LOG, "%f ", (360.0/(float)0xffff)*catalog.measure[m].theta); 249 247 }
Note:
See TracChangeset
for help on using the changeset viewer.
