IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 11163


Ignore:
Timestamp:
Jan 18, 2007, 6:45:09 PM (19 years ago)
Author:
eugene
Message:

adding psphotFitInit and psphotFitSummary to fitting stats

File:
1 edited

Legend:

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

    r10614 r11163  
    8080
    8181//  functions to support the source fitting process
    82 bool            psphotInitLimitsPSF (psMetadata *recipe);
     82bool            psphotInitLimitsPSF (psMetadata *recipe, pmReadout *readout);
    8383bool            psphotInitLimitsEXT (psMetadata *recipe);
    8484bool            psphotFitBlend (pmReadout *readout, pmSource *source, pmPSF *psf);
     
    9494bool psphotPlotMoments (pmConfig *config, pmFPAview *view, psArray *sources);
    9595bool psphotPlotPSFModel (pmConfig *config, pmFPAview *view, psArray *sources);
     96
     97bool psphotFitInit ();
     98bool psphotFitSummary ();
Note: See TracChangeset for help on using the changeset viewer.