Changeset 36032 for branches/eam_branches/ipp-20130711/psphot/src
- Timestamp:
- Aug 25, 2013, 1:07:49 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20130711/psphot/src/psphotSourceFits.c
r36031 r36032 635 635 int nPixBig = source->pixels->numCols * source->pixels->numRows; 636 636 fprintf (stderr, "psphotFitPCM : nIter: %2d, radius: %6.1f, npix: %5d of %5d, t1: %6.4f, t2: %6.4f, t4: %6.4f, t5: %6.4f\n", model->nIter, model->fitRadius, model->nPix, nPixBig, t1, t2, t4, t5); 637 float *PAR = model->params->data.F32; 638 fprintf (stderr, "%f - %f %f %f - %f\n", PAR[7], PAR[4], PAR[5], PAR[6], PAR[1]); 637 639 } 638 640 … … 880 882 rMin = reffGuess[j]; 881 883 } 882 fprintf (stderr, "%d | %f %f %f |%f %f %f", i, indexGuessInv[i], reffGuess[j], Io, Chisq, sMin, rMin, iMin, xMin);884 fprintf (stderr, "%d | %f %f %f %f | %f %f %f %f", i, indexGuessInv[i], reffGuess[j], Io, Chisq, sMin, rMin, iMin, xMin); 883 885 fprintf (stderr, "\n"); 884 886 }
Note:
See TracChangeset
for help on using the changeset viewer.
