IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 11381


Ignore:
Timestamp:
Jan 29, 2007, 12:36:32 PM (19 years ago)
Author:
eugene
Message:

drop excess outputs

Location:
trunk/psphot/src
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotApResid.c

    r10860 r11381  
    5858    Npsf = 0;
    5959
    60     // XXX test dump
    61     FILE *f = fopen ("apresid.dat", "w");
    62 
    6360    // select all good PM_SOURCE_TYPE_STAR entries
    6461    for (int i = 0; i < sources->n; i++) {
     
    10198        dMag->data.F64[Npsf] = model->dparams->data.F32[PM_PAR_I0] / model->params->data.F32[PM_PAR_I0];
    10299
    103         fprintf (f, "%d %f %f   %f %f   %f %f %f %f\n", i,
    104                  xPos->data.F64[Npsf], yPos->data.F64[Npsf],
    105                  flux->data.F64[Npsf], r2rflux->data.F64[Npsf],
    106                  source->apMag, source->psfMag, apResid->data.F64[Npsf],dMag->data.F64[Npsf]);
    107 
    108100        psVectorExtend (mask,    100, 1);
    109101        psVectorExtend (xPos,    100, 1);
     
    117109    psLogMsg ("psphot.apresid", PS_LOG_DETAIL, "measure aperture residuals for %d objects (%d skipped, %d failed, %ld invalid)\n",
    118110              Npsf, Nskip, Nfail, sources->n - Npsf - Nskip - Nfail);
    119 
    120     fclose (f);
    121111
    122112    // XXX choose a better value here?
  • trunk/psphot/src/psphotBlendFit.c

    r11263 r11381  
    3030
    3131    for (int i = 0; i < sources->n; i++) {
    32         if (i%100 == 0) psphotFitSummary ();
     32        // if (i%100 == 0) psphotFitSummary ();
    3333
    3434        pmSource *source = sources->data[i];
  • trunk/psphot/src/psphotSourceFits.c

    r11314 r11381  
    3030        return status;
    3131    }
    32     psTrace ("psphot", 5, "trying blend...\n");
    33     return false;
    3432
    3533    // save the PSF model from the Ensemble fit
Note: See TracChangeset for help on using the changeset viewer.