- Timestamp:
- Feb 27, 2008, 5:18:29 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20080223/Ohana/src/opihi/dvo/gstar.c
r16633 r16703 164 164 gprint (GP_LOG, "%f", catalog.average[k].P); 165 165 gprint (GP_LOG, "%f", catalog.average[k].dP); 166 gprint (GP_LOG, "%x", catalog.average[k].objID _hi);167 gprint (GP_LOG, "%x", catalog.average[k]. objID_lo);166 gprint (GP_LOG, "%x", catalog.average[k].objID); 167 gprint (GP_LOG, "%x", catalog.average[k].catID); 168 168 } 169 169 … … 209 209 if (FULL_OUTPUT) { 210 210 gprint (GP_LOG, "%f", catalog.measure[m].Mcal); 211 gprint (GP_LOG, "%f", catalog.measure[m].M gal);211 gprint (GP_LOG, "%f", catalog.measure[m].Map); 212 212 gprint (GP_LOG, "%f", pow(10.0, 0.4*catalog.measure[m].dt)); 213 213 gprint (GP_LOG, "%f", 1.0 + catalog.measure[m].airmass); … … 223 223 gprint (GP_LOG, "%d", catalog.measure[m].imageID); 224 224 gprint (GP_LOG, "%f", catalog.measure[m].qPSF); 225 gprint (GP_LOG, "%f", catalog.measure[m].psf Prob);225 gprint (GP_LOG, "%f", catalog.measure[m].psfChisq); 226 226 gprint (GP_LOG, "%f", catalog.measure[m].crNsigma); 227 227 gprint (GP_LOG, "%f", catalog.measure[m].extNsigma);
Note:
See TracChangeset
for help on using the changeset viewer.
