IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 36032


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

print guess params

Location:
branches/eam_branches/ipp-20130711/psphot
Files:
2 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        }
  • branches/eam_branches/ipp-20130711/psphot/test/tap_psphot_galaxygrid.pro

    r36029 r36032  
    307307         
    308308          sprint name "$1/sersic.%02d" $Nseq
    309           mkexp $name $fwhm SERSIC
     309          # mkexp $name $fwhm SERSIC
     310          echo "$Nseq : $index $Rmajor $Aratio $fwhm"
    310311          $Nseq ++
    311312        end
Note: See TracChangeset for help on using the changeset viewer.