IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 29, 2006, 10:50:09 AM (20 years ago)
Author:
eugene
Message:

added breakpoints, better exit handling on psphotReadout

File:
1 edited

Legend:

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

    r7677 r7758  
    2121
    2222psArray        *psphotFakeSources ();
    23 int             psphotSaveImage (psMetadata *header, psImage *image, char *filename);
    2423
    2524// psphotReadout functions
     
    3130pmPSF          *psphotChoosePSF (pmReadout *readout, psArray *sources, psMetadata *recipe);
    3231bool            psphotPSFstats (pmReadout *readout, psMetadata *recipe, pmPSF *psf);
     32bool            psphotMomentsStats (pmReadout *readout, psMetadata *recipe, psArray *sources);
    3333bool            psphotEnsemblePSF (pmReadout *readout, psArray *sources, psMetadata *recipe, pmPSF *psf, bool final);
    3434bool            psphotBlendFit (pmReadout *readout, psArray *sources, psMetadata *recipe, pmPSF *psf);
     
    3737bool            psphotMagnitudes (psArray *sources, psMetadata *recipe, pmPSF *psf);
    3838bool            psphotSkyReplace (pmConfig *config, pmFPAview *view);
     39bool            psphotReadoutCleanup (pmConfig *config, pmReadout *readout, psMetadata *recipe, pmPSF *psf, psArray *sources);
    3940
    4041// basic support functions
     
    5859psMetadata     *psphotDefineHeader (psMetadata *recipe);
    5960bool            psphotWeightBias (pmReadout *readout, psArray *sources, psMetadata *recipe, pmPSF *psf);
     61int             psphotSaveImage (psMetadata *header, psImage *image, char *filename);
    6062
    6163// PSF / DBL / EXT evaluation functions
Note: See TracChangeset for help on using the changeset viewer.