IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 4, 2011, 1:04:41 PM (15 years ago)
Author:
eugene
Message:

updates to pmPeak to better distinguish peak flux versions; updates to visualization; add bits for substantial suspect masking; consolidate assignment of source position and flux based on peak, moments, etc; improve footprint culling process; fix PSF_QF and PSF_QF_PERFECT calculations; fix source model chisq values

Location:
trunk/psModules
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules

    • Property svn:ignore
      •  

        old new  
        2828ChangeLog
        2929psmodules-*.tar.*
         30a.out.dSYM
  • trunk/psModules/src/objects/pmModel.c

    r30621 r31153  
    4141    psFree(tmp->params);
    4242    psFree(tmp->dparams);
     43    psFree(tmp->covar);
    4344    psTrace("psModules.objects", 10, "---- %s() end ----\n", __func__);
    4445}
     
    6667    tmp->chisqNorm = NAN;
    6768    tmp->nDOF  = 0;
     69    tmp->nPar  = 0;
    6870    tmp->nPix  = 0;
    6971    tmp->nIter = 0;
     
    7173    tmp->flags = PM_MODEL_STATUS_NONE;
    7274    tmp->residuals = NULL;              // do not free: the model does not own this memory
     75    tmp->covar = NULL;
    7376    tmp->isPCM = false;
    7477
Note: See TracChangeset for help on using the changeset viewer.