IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 13, 2005, 6:43:44 AM (21 years ago)
Author:
eugene
Message:

substantial work on ensemble PSF fitting, better functions for evaluation, overall code cleanups

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphot.h

    r5718 r5772  
    7474psMetadata     *psphotTestArguments (int *argc, char **argv);
    7575bool            psphotBasicDeblend (psArray *sources, psMetadata *config, psStats *sky);
     76
     77bool psphotFullFit (eamReadout *imdata, psMetadata *config, psArray *sources, pmPSF *psf, psStats *sky);
     78bool psphotInitLimitsPSF (psMetadata *config);
     79bool psphotEvalPSF (pmSource *source);
     80bool psphotEvalFLT (pmSource *source);
     81bool psphotInitRadiusPSF (psMetadata *config, psStats *sky, pmModelType type);
     82bool psphotCheckRadiusPSF (eamReadout *imdata, pmSource *source);
     83bool psphotInitRadiusFLT (psMetadata *config, psStats *sky, pmModelType type);
     84bool psphotCheckRadiusFLT (eamReadout *imdata, pmSource *source);
     85bool psphotSamplePSFs (pmPSF *psf, psImage *image);
     86bool psphotReplaceUnfit (psArray *sources);
Note: See TracChangeset for help on using the changeset viewer.