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/psphot.h

    r9270 r9771  
    1515// top-level psphot functions
    1616const char *psphotCVSName(void);
     17
     18// XXX test functions
     19bool psphotTestPSF (pmReadout *readout, psArray *sources, psMetadata *recipe);
     20bool pmPSFtestModel (psArray *sources, char *modelName, float RADIUS, bool poissonErrors, psPolynomial2D *psfTrendMask);
    1721
    1822pmConfig       *psphotArguments (int argc, char **argv);
Note: See TracChangeset for help on using the changeset viewer.