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

    r25383 r25755  
    5050
    5151        // skip sources which were not subtracted
     52        // NOTE: this bit is not modified when pmSourceOp applies to noise
    5253        if (!(source->tmpFlags & PM_SOURCE_TMPF_SUBTRACTED)) continue;
    5354
     
    7980        axes.minor *= SIZE;
    8081        newshape = psEllipseAxesToShape (axes);
    81         PAR[PM_PAR_I0]  = FACTOR*PS_SQR(oldI0);
     82        PAR[PM_PAR_I0]  = FACTOR*oldI0;
    8283        PAR[PM_PAR_SXX] = newshape.sx;
    8384        PAR[PM_PAR_SYY] = newshape.sy;
Note: See TracChangeset for help on using the changeset viewer.