Files
sics/singletas.h
koennecke 361ee9ebea - Reworked the connection object and the IO system
- Reworked the support for TRICS
- Added a second generation motor
2009-02-03 08:05:39 +00:00

19 lines
496 B
C

/**
* This is an implementation of the polymorphic single crystal calculation module
* for the triple axis mode. In this mode the tilt angles of a standard sample
* cradle are used to orient the sample. The math behind this has been decribed by
* Mark Lumsden in his paper.
*
* copyright: see file COPYRIGHT
*
* Mark Koennecke, November 2008
*/
#ifndef SINGLETAS_H_
#define SINGLETAS_H_
#include "singlediff.h"
void initializeSingleTas(pSingleDiff diff);
#endif /*SINGLETAS_H_*/