Files
sicspsi/faverage.h
cvs 064ec37e9a - Rearranged directory structure for forking out ANSTO
- Refactored site specific stuff into a site module
- PSI specific stuff is now in the PSI directory.
- The old version has been tagged with pre-ansto
2003-06-20 10:18:47 +00:00

22 lines
566 B
C

/*-----------------------------------------------------------------------
F o c u s A v e r a g e
An averager for FOCUS data. See faverage.tex for more details.
Mark Koennecke, October 1998
--------------------------------------------------------------------------*/
#ifndef FOCUSAVERAGE
#define FOCUSAVERAGE
int MakeFA(SConnection *pCon, SicsInterp *pSics, void *pData,
int argc, char *argv[]);
int FocusAverageDo(SConnection *pCon, SicsInterp *pSics, void *pData,
int argc, char *argv[]);
#endif