IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 1, 2006, 12:34:18 PM (20 years ago)
Author:
eugene
Message:

added KAPA option and two summary plots; dropped old test code

File:
1 edited

Legend:

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

    r10292 r10393  
    9292bool            psphotFitSet (pmSource *oneSrc, pmModel *oneModel, char *fitset, pmSourceFitMode mode);
    9393
     94// plotting functions (available if libkapa is installed)
     95bool psphotPlotMoments (pmConfig *config, pmFPAview *view, psArray *sources);
     96bool psphotPlotPSFModel (pmConfig *config, pmFPAview *view, psArray *sources);
     97
     98// move to psLib or psModules
     99int psphotKapaOpen ();
     100bool psphotKapaClose ();
Note: See TracChangeset for help on using the changeset viewer.