IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 20, 2005, 4:19:11 AM (21 years ago)
Author:
eugene
Message:

working on the stability of the galaxy models

File:
1 edited

Legend:

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

    r4574 r4582  
    6767bool DumpModelFits (psArray *models, char *filename);
    6868bool DumpModelPSF (psArray *sources, char *filename);
     69bool DumpModelFLT (psArray *sources, char *filename);
     70bool DumpModelNULL (psArray *sources, char *filename);
    6971bool DumpImage (psImage *image, char *filename);
     72bool DumpPSFTestData (pmPSF_Test *test, char *filename);
    7073
    7174// psphot utilities
     
    7780bool pmSourceDefinePixels(psSource *mySource, const psImageData *imdata, psF32 x, psF32 y, psF32 Radius);
    7881bool pmSourceLocalSky_EAM (psSource *source, psStatsOptions statsOptions, psF32 Radius);
     82bool pmSourceFitModel_EAM(psSource *source, psModel *model, const bool PSF, float SOFT);
     83bool pmSourceMoments_EAM(psSource *source, psF32 radius);
    7984
    8085// fitsource utilities
Note: See TracChangeset for help on using the changeset viewer.