forked from Gr-Jeannerat-unige/ANATOLIA
-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
45 lines (38 loc) · 1.47 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Readme modified by Damien Jeannerat
Program for automated NMR spectra total lineshape analysis.
MRC...
Working with Bruker NMR format (dataset) only.
Can be run in standalone mode or via AU programm
'anatolia' from Bruker TopSpin.
When using with TopSpin it should be located
in TopSpinHome/prog/anatolia directory.
All source code are currently located in a single c++
file 'anatolia.cpp'.
For matrix diagonalization and multidimentional
function minimization it utilizes procedures from
GNU scientific library (https://www.gnu.org/software/gsl/).
Versions for ALL platforms compiled and linked
in 'static' mode, so they are a distributed as
single executable files.
For use with topspin, see the SourceCode/TopspinAU
To run test examples, on a mac, type:
cd Examples/ODCB
../../ANATOLIA_V1.0/MacOsX_x64/ANATOLIA
cd ../..
cd Examples/OBCD
../../ANATOLIA_V1.0/MacOsX_x64/ANATOLIA
cd ../..
To recompile from source file:
cd ANATOLIA_V1.0/SourceCode
g++ -std=c++11 anatolia.cpp -lgsl -lgslcblas -o ANATOLIA
For use with topspin:
First create the host folder:
mkdir -p /opt/topspin3.2/prog/anatolia/
copy the compile binary to your topspin directory (depend on the version). typically in:
/opt/topspin3.2/prog/anatolia/ANATOLIA
Open topspin
Have an active spectrum on the screen
Type “edau anatolia”
Copy/paste the content of the file /ANATOLIA_V1.0/TopSpinAU/anatolia in the editor window.
Click compile.
Make sure a Input_Data.txt file is located in the /pdata/ folder and click “Execute”.