IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 11, 2013, 9:16:00 AM (13 years ago)
Author:
eugene
Message:

if-def out some deprecated code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20130509/psModules/src/objects/pmSourceFitPCM.c

    r35560 r35645  
    145145bool pmSourceModelGuessPCM (pmPCMdata *pcm, pmSource *source, psImageMaskType maskVal, psImageMaskType markVal) {
    146146
    147   if (!pcm->modelConv->modelGuess(pcm->modelConv, source, maskVal, markVal)) {
     147    if (!pcm->modelConv->modelGuess(pcm->modelConv, source, maskVal, markVal)) {
    148148        return false;
    149149    }
    150150    return true;
    151151
     152    // the following was an attempt to make analytical modifications to the shape terms based on the psf
     153    // this has been replaced with a more empirical approach
     154# if (0)
    152155    // generate copy of the model
    153156    // XXX we could modify the parameter values or even the model
     
    196199
    197200    return true;
     201# endif
    198202}
Note: See TracChangeset for help on using the changeset viewer.