IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 1, 2006, 12:24:13 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
  • branches/eam_01_branch/psphot/src/psphot.h

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