Files
sicspsi/faverage.h
cvs f4d6298a95 - made fixes to hkl
- Introduced a help system
- introduced a module for handling automatic updates of files during
  long measurements
- Added a circular buffer and handling facilities to varlog
- Upgraded documentation
2003-12-10 13:51:11 +00:00

21 lines
565 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