IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 13052


Ignore:
Timestamp:
Apr 26, 2007, 3:22:58 PM (19 years ago)
Author:
rhl
Message:

Remove symbols that aren't in libpsphot

File:
1 edited

Legend:

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

    r13035 r13052  
    2323
    2424// XXX test functions
    25 bool            psphotTestPSF (pmReadout *readout, psArray *sources, psMetadata *recipe);
    26 bool            pmPSFtestModel (psArray *sources, char *modelName, float RADIUS, bool poissonErrors, psPolynomial2D *psfTrendMask);
    27 bool psphotTestSourceOutput (pmReadout *readout, psArray *sources, psMetadata *recipe, pmPSF *psf);
    2825psArray        *psphotFakeSources ();
    2926
     
    4037bool            psphotPSFstats (pmReadout *readout, psMetadata *recipe, pmPSF *psf);
    4138bool            psphotMomentsStats (pmReadout *readout, psMetadata *recipe, psArray *sources);
     39#if NOT_IN_LIBPSPHOT
    4240bool            psphotEnsemblePSF (pmReadout *readout, psArray *sources, psMetadata *recipe, pmPSF *psf, bool final);
     41#endif
    4342bool            psphotFitSourcesLinear (pmReadout *readout, psArray *sources, psMetadata *recipe, pmPSF *psf, bool final);
    4443bool            psphotGuessModels (pmReadout *readout, psArray *sources, psMetadata *recipe, pmPSF *psf);
     
    7170bool            psphotDumpMoments (psMetadata *recipe, psArray *sources);
    7271psMetadata     *psphotDefineHeader (psMetadata *recipe);
    73 bool            psphotWeightBias (pmReadout *readout, psArray *sources, psMetadata *recipe, pmPSF *psf);
    7472int             psphotSaveImage (psMetadata *header, psImage *image, char *filename);
    7573bool            psphotDumpConfig (pmConfig *config);
Note: See TracChangeset for help on using the changeset viewer.