DMRITool  v0.1.1-139-g860d86b4
Diffusion MRI Tool
DMRITOOLConfigure.h
Go to the documentation of this file.
1 
18 #ifndef __DMRITOOLConfigure_h
19 #define __DMRITOOLConfigure_h
20 
21 #include <string>
22 
23 #define DMRITOOL_USE_OPENMP
24 #define DMRITOOL_USE_MKL
25 #define DMRITOOL_USE_FASTLAPACK
26 
27 #define DMRITOOL_VERSION_MAJOR 0
28 #define DMRITOOL_VERSION_MINOR 1
29 #define DMRITOOL_VERSION_PATCH 1
30 #define DMRITOOL_VERSION_STRING ""
31 
33 #define Path_GradientsT1 "/home/jcheng/.dmritool/Data/Tessellation/directions_t1.txt"
34 
35 #define Path_GradientsT2 "/home/jcheng/.dmritool/Data/Tessellation/directions_t2.txt"
36 
37 #define Path_GradientsT3 "/home/jcheng/.dmritool/Data/Tessellation/directions_t3.txt"
38 
39 #define Path_GradientsT4 "/home/jcheng/.dmritool/Data/Tessellation/directions_t4.txt"
40 
41 #define Path_GradientsT5 "/home/jcheng/.dmritool/Data/Tessellation/directions_t5.txt"
42 
43 #define Path_GradientsT6 "/home/jcheng/.dmritool/Data/Tessellation/directions_t6.txt"
44 
45 #define Path_GradientsT7 "/home/jcheng/.dmritool/Data/Tessellation/directions_t7.txt"
46 
48 #define Path_SH3Integral_HDR "/home/jcheng/.dmritool/Data/PreComputedTables/sh3integral.hdr"
49 
51 #define Path_LearnedSPFDictionary_SH8_RA4_K250 "/home/jcheng/.dmritool/Data/PreComputedTables/SPFDictionary_sh8_ra4_eps0.0001_iter10000_online_iso2_k250_md5_fa10_mdiso10x321.txt"
52 #define Path_LearnedSPFEnergy_SH8_RA4_K250 "/home/jcheng/.dmritool/Data/PreComputedTables/SPFEnergy_sh8_ra4_eps0.0001_iter10000_online_iso2_k250_md5_fa10_mdiso10x321.txt"
53 
54 #define Path_GradientsElectricRepulsion "/home/jcheng/.dmritool/Data/ElectricRepulsion"
55 
56 namespace utl
57 {
58 
60 const static std::string SH3Itegralhdr = std::string(Path_SH3Integral_HDR);
61 
64 const static std::string LearnedSPFEnergy_SH8_RA4_K250 = std::string(Path_LearnedSPFEnergy_SH8_RA4_K250);
65 
67 const static std::string DirectionsT1 = std::string(Path_GradientsT1);
69 const static std::string DirectionsT2 = std::string(Path_GradientsT2);
71 const static std::string DirectionsT3 = std::string(Path_GradientsT3);
73 const static std::string DirectionsT4 = std::string(Path_GradientsT4);
75 const static std::string DirectionsT5 = std::string(Path_GradientsT5);
77 const static std::string DirectionsT6 = std::string(Path_GradientsT6);
79 const static std::string DirectionsT7 = std::string(Path_GradientsT7);
80 
82 const static std::string GradientsElec = std::string(Path_GradientsElectricRepulsion);
83 
84 }
85 
86 #endif
#define Path_LearnedSPFDictionary_SH8_RA4_K250
static const std::string DirectionsT5
#define Path_LearnedSPFEnergy_SH8_RA4_K250
static const std::string LearnedSPFDictionary_SH8_RA4_K250
#define Path_GradientsT3
static const std::string DirectionsT7
#define Path_GradientsT2
#define Path_GradientsT6
static const std::string DirectionsT3
Definition: utl.h:90
static const std::string LearnedSPFEnergy_SH8_RA4_K250
#define Path_GradientsT4
static const std::string SH3Itegralhdr
#define Path_GradientsT1
#define Path_GradientsElectricRepulsion
#define Path_GradientsT7
static const std::string GradientsElec
#define Path_SH3Integral_HDR
static const std::string DirectionsT6
static const std::string DirectionsT2
static const std::string DirectionsT1
static const std::string DirectionsT4
#define Path_GradientsT5