IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 2, 2009, 3:12:47 PM (17 years ago)
Author:
eugene
Message:

check in changes from gene@development branch : extensive changes to moments calculation, psf model generation, aperture residuals; improvements to extended source analysis

Location:
trunk/psphot/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src

    • Property svn:ignore
      •  

        old new  
        1818psphotVersionDefinitions.h
        1919psphotMomentsStudy
         20psphotPetrosianStudy
  • trunk/psphot/src/psphotBlendFit.c

    r24029 r25755  
    254254        pmSourceCacheModel (source, maskVal);
    255255        pmSourceSub (source, PM_MODEL_OP_FULL, maskVal);
    256         source->tmpFlags |= PM_SOURCE_TMPF_SUBTRACTED;
    257256    }
    258257
     
    365364        pmSourceCacheModel (source, maskVal);
    366365        pmSourceSub (source, PM_MODEL_OP_FULL, maskVal);
    367         source->tmpFlags |= PM_SOURCE_TMPF_SUBTRACTED;
    368366    }
    369367
     
    374372    *nfail = Nfail;
    375373
     374    // moments are modified by the fit; re-display
     375    psphotVisualPlotMoments (recipe, sources);
     376    psphotVisualShowResidualImage (readout);
     377
    376378    return true;
    377379}
Note: See TracChangeset for help on using the changeset viewer.