23 #include <tjutils/tjtools.h>
30 #define ODIN_NONE_STR "none"
31 #define ODIN_UNKNOWN_STR "Unknown"
41 enum direction { readDirection=0, phaseDirection, sliceDirection, n_directions};
42 static const char* directionLabel[]={
"readDirection",
"phaseDirection",
"sliceDirection"};
43 AVOID_CC_WARNING(directionLabel)
51 enum
axis {xAxis=0,yAxis,zAxis,n_axes};
56 #define ODIN_TIME_UNIT "ms"
57 #define ODIN_FREQ_UNIT "kHz"
58 #define ODIN_SPAT_UNIT "mm"
59 #define ODIN_FIELD_UNIT "mT"
60 #define ODIN_GRAD_UNIT "mT/mm"
61 #define ODIN_ANGLE_UNIT "deg"
65 #define ODIN_DEFAULT_FOV 220.0
66 #define ODIN_MAX_NUMOF_SLICES 50
67 #define ODIN_GEO_CHECK_LIMIT 1e-6
73 static const char* get_compName();