- Reworked the connection object and the IO system
- Reworked the support for TRICS - Added a second generation motor
This commit is contained in:
18
singletas.h
Normal file
18
singletas.h
Normal file
@ -0,0 +1,18 @@
|
||||
/**
|
||||
* 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_*/
|
Reference in New Issue
Block a user