IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 15, 2006, 8:30:16 AM (21 years ago)
Author:
eugene
Message:

API cleanup, removed old test files, some re-organization, changed FLT/GAL to EXT

File:
1 edited

Legend:

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

    r5828 r5993  
    2525
    2626        // use the source moments, etc to guess basic model parameters
    27         pmModel *modelFLT = pmSourceModelGuess (source, psf->type);
     27        pmModel *modelEXT = pmSourceModelGuess (source, psf->type);
    2828
    2929        // set PSF parameters for this model
    30         pmModel *model = pmModelFromPSF (modelFLT, psf);
    31         psFree (modelFLT);
     30        pmModel *model = pmModelFromPSF (modelEXT, psf);
     31        psFree (modelEXT);
    3232
    3333        source->modelPSF = model;
Note: See TracChangeset for help on using the changeset viewer.