IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 3, 2011, 10:32:41 AM (15 years ago)
Author:
eugene
Message:

add several non-parametric values to extended source table; convert pmSourceIO_* functions to use autogenerated code for different formats; add optional timing marks to pmSourceFitPCM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20110710/psModules/src/objects/pmSource.c

    r31670 r31992  
    5858    psFree(tmp->modelEXT);
    5959    psFree(tmp->modelFits);
     60    psFree(tmp->extFitPars);
    6061    psFree(tmp->extpars);
    6162    psFree(tmp->moments);
     
    119120    source->modelEXT = NULL;
    120121    source->modelFits = NULL;
     122    source->extFitPars = NULL;
    121123    source->type = PM_SOURCE_TYPE_UNKNOWN;
    122124    source->mode = PM_SOURCE_MODE_DEFAULT;
Note: See TracChangeset for help on using the changeset viewer.