IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 37776


Ignore:
Timestamp:
Dec 30, 2014, 1:46:25 PM (12 years ago)
Author:
eugene
Message:

keep the original model, not just the sersic mode, in resid image

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/ipp-20141224/psphot/src/psphotGalaxyParams.c

    r37775 r37776  
    621621        }
    622622
     623# define USE_BEST_FIT TRUE
    623624        // XXX TEST: Keep the sersic model regardless
    624         if (FALSE && ((extModel != sersicModel) || !isExtended)) {
     625        if (USE_BEST_FIT && ((extModel != sersicModel) || !isExtended)) {
    625626            // add the sersic model back in
    626627            if (source->tmpFlags & PM_SOURCE_TMPF_SUBTRACTED) {
Note: See TracChangeset for help on using the changeset viewer.