Changeset 16810 for trunk/Ohana/src/opihi/dvo/gstar.c
- Timestamp:
- Mar 4, 2008, 12:39:41 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/dvo/gstar.c (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/dvo/gstar.c
r16040 r16810 151 151 gprint (GP_LOG, "%11.7f ", catalog.average[k].R); 152 152 gprint (GP_LOG, "%11.7f ", catalog.average[k].D); 153 gprint (GP_LOG, "%3d ", catalog.average[k].Nm );153 gprint (GP_LOG, "%3d ", catalog.average[k].Nmeasure); 154 154 gprint (GP_LOG, "%4.1f ", 0.01*catalog.average[k].Xp); 155 155 gprint (GP_LOG, "%5d", catalog.average[k].code); … … 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 … … 188 188 189 189 if (GetMeasures || SaveVectors) { 190 m = catalog.average[k]. offset;191 for (j = 0; j < catalog.average[k].Nm ; j++, m++) {190 m = catalog.average[k].measureOffset; 191 for (j = 0; j < catalog.average[k].Nmeasure; j++, m++) { 192 192 193 193 Mcat = PhotCat (&catalog.measure[m]); … … 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.
