IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 25, 2013, 1:07:49 PM (13 years ago)
Author:
eugene
Message:

print guess params

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20130711/psphot/src/psphotSourceFits.c

    r36031 r36032  
    635635        int nPixBig = source->pixels->numCols * source->pixels->numRows;
    636636        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]);
    637639    }
    638640
     
    880882                rMin = reffGuess[j];
    881883            }
    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);
    883885            fprintf (stderr, "\n");
    884886        }
Note: See TracChangeset for help on using the changeset viewer.