IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 28, 2006, 10:32:57 AM (20 years ago)
Author:
eugene
Message:

this is an important change. I have changed the way in which the psf
elliptical contour parameters are defined and fitted. SXX,SYY ->
1/SXX,1/SYY (ie, they are now ~ sigma, not ~1/sigma). SXY is now
fitted with the form SXY/(1/SXX2 + 1/SYY2)2

also added some additional tests and checks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotEnsemblePSF.c

    r9734 r9771  
    126126        pmModelAdd (flux, mask, model, false, false);
    127127
     128        // XXX test output line
     129        if ((fabs(x - 298) < 2) && (fabs(y - 583) < 2)) {
     130            psphotSaveImage (NULL, inSource->pixels, "weird.obj.fits");
     131            psphotSaveImage (NULL, flux, "weird.mod.fits");
     132        }
     133
    128134        // calculate nDOF (nPix - 1)
    129135        // int Nmaskpix = psImageCountPixelMask (mask, allArray, PM_MASK_SAT);
Note: See TracChangeset for help on using the changeset viewer.