IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 11, 2008, 11:55:22 AM (18 years ago)
Author:
eugene
Message:

adding psphotReadoutFindPSF

File:
1 edited

Legend:

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

    r19917 r20070  
    2121bool            psphotModelTest (pmConfig *config, const pmFPAview *view, psMetadata *recipe);
    2222bool            psphotReadout (pmConfig *config, const pmFPAview *view);
     23bool            psphotReadoutFindPSF(pmConfig *config, const pmFPAview *view);
    2324bool            psphotReadoutCleanup (pmConfig *config, pmReadout *readout, psMetadata *recipe, pmDetections *detections, pmPSF *psf, psArray *sources);
    2425bool            psphotDefineFiles (pmConfig *config, pmFPAfile *input);
     
    107108bool            psphotMergeSources (psArray *oldSources, psArray *newSources);
    108109bool            psphotLoadExtSources (pmConfig *config, const pmFPAview *view, psArray *sources);
     110
     111pmDetections   *psphotLoadPSFSources (pmConfig *config, const pmFPAview *view);
     112
    109113pmPSF          *psphotLoadPSF (pmConfig *config, const pmFPAview *view, psMetadata *recipe);
    110114bool            psphotSetHeaderNstars (psMetadata *recipe, psArray *sources);
Note: See TracChangeset for help on using the changeset viewer.