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/psphotPSFConvModel.c

    r21183 r25755  
    3737    }
    3838
     39    // adjust the pixels based on the footprint
     40    float radius = psphotSetRadiusEXT (readout, source, markVal);
     41    if (!pmSourceMoments (source, radius, 0.0, 0.0)) return false;
     42
    3943    // XXX test : modify the Io, SXX, SYY terms based on the psf SXX, SYY terms:
    4044    psEllipseShape psfShape;
     
    6771    psVector *params  = modelConv->params;
    6872    psVector *dparams = modelConv->dparams;
    69 
    70     psphotCheckRadiusEXT (readout, source, modelConv, markVal);
    7173
    7274    // create the minimization constraints
Note: See TracChangeset for help on using the changeset viewer.