IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 22, 2006, 3:20:29 PM (20 years ago)
Author:
eugene
Message:

squashing leaks

File:
1 edited

Legend:

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

    r6949 r6964  
    9595    okDBL  = psphotEvalDBL (tmpSrc, DBL->data[0]);
    9696    okDBL &= psphotEvalDBL (tmpSrc, DBL->data[1]);
     97    // XXX should I keep / save the flags set in the eval functions?
    9798
    9899    // correct first model chisqs for flux trend
     
    100101    chiTrend = psPolynomial1DEval (psf->ChiTrend, ONE->params->data.F32[1]);
    101102    ONE->chisqNorm = ONE->chisq / chiTrend;
    102     // ONE->chisqNorm = ONE->chisq;
    103103
    104104    // save chisq for double-star/galaxy comparison
     
    109109    chiTrend = psPolynomial1DEval (psf->ChiTrend, ONE->params->data.F32[1]);
    110110    ONE->chisqNorm = ONE->chisq / chiTrend;
    111     // ONE->chisqNorm = ONE->chisq;
    112 
    113     psFree (tmpSrc); // XXX should I keep / save the flags set in the eval functions?
     111
     112    psFree (tmpSrc);
    114113
    115114    if (okEXT && okDBL) {
     
    195194
    196195    modelSet = psArrayAlloc (2);
    197     // DROP modelSet->n = 0;
     196    modelSet->n = 2;
    198197
    199198    DBL = pmModelCopy (PSF);
Note: See TracChangeset for help on using the changeset viewer.