|
2 | 2 |
|
3 | 3 | **** V7 Released ****
|
4 | 4 |
|
| 5 | + |
| 6 | +Code for reduction of High Energy Diffraction Microscopy (HEDM) data developed at Advanced Photon Source. |
| 7 | + |
| 8 | +In case of problems, contatct [Hemant Sharma](mailto:hsharma@anl.gov?subject=[MIDAS]%20From%20Github). |
| 9 | + |
| 10 | +[SGInfo](http://cci.lbl.gov/sginfo/) library used to calculate HKLs. |
| 11 | + |
| 12 | +Some misorientation functions are taken from the [ODFPF](https://anisotropy.mae.cornell.edu/onr/Matlab/matlab-functions.html) package from Cornell. |
| 13 | + |
| 14 | +Downloads [NLOPT](https://nlopt.readthedocs.io/en/latest/), [LIBTIFF](http://www.libtiff.org/), [FFTW](http://www.fftw.org/), [HDF5](https://www.hdfgroup.org/solutions/hdf5/), [BLOSC](https://github.com/Blosc/c-blosc), [BLOSC-2](https://github.com/Blosc/c-blosc2), [ZLIB](https://zlib.net/), [LIBZIP](https://libzip.org/) for compilation of N(F)F-HEDM codes. |
| 15 | + |
| 16 | + |
5 | 17 | **Installation and Compilation Instructions:**
|
6 | 18 |
|
7 |
| -1. Download the source code from [GitHub](https://github.com/marinerhemant/MIDAS). |
| 19 | +Download the source code from [GitHub](https://github.com/marinerhemant/MIDAS). |
8 | 20 |
|
9 | 21 | `bash
|
10 | 22 | git clone https://github.com/marinerhemant/MIDAS.git
|
11 | 23 | `
|
12 | 24 |
|
13 |
| -2. Change to the MIDAS directory. |
| 25 | +Change to the MIDAS directory. |
14 | 26 |
|
15 | 27 | `bash
|
16 | 28 | cd MIDAS
|
17 | 29 | `
|
18 | 30 |
|
19 |
| -3. Run the build script. |
| 31 | +Run the build script. |
20 | 32 |
|
21 | 33 | `bash
|
22 | 34 | ./build.sh
|
23 | 35 | `
|
24 | 36 |
|
25 |
| -4. Install the python requirements. |
| 37 | +Install the python requirements. |
26 | 38 |
|
27 | 39 | `bash
|
28 | 40 | pip install -r requirements.txt
|
29 | 41 | `
|
30 | 42 |
|
31 |
| -Code for reduction of Near-Field and Far-Field High Energy Diffraction Microscopy (HEDM) data developed at Advanced Photon Source. |
32 |
| - |
33 |
| -In case of problems, contatct [Hemant Sharma](mailto:hsharma@anl.gov?subject=[MIDAS]%20From%20Github). |
34 |
| - |
35 |
| -[SGInfo](http://cci.lbl.gov/sginfo/) library used to calculate HKLs. |
36 |
| - |
37 |
| -Some misorientation functions are taken from the [ODFPF](https://anisotropy.mae.cornell.edu/onr/Matlab/matlab-functions.html) package from Cornell. |
38 |
| - |
39 |
| -Downloads [NLOPT](https://nlopt.readthedocs.io/en/latest/), [LIBTIFF](http://www.libtiff.org/), [FFTW](http://www.fftw.org/), [HDF5](https://www.hdfgroup.org/solutions/hdf5/), [BLOSC](https://github.com/Blosc/c-blosc), [BLOSC-2](https://github.com/Blosc/c-blosc2), [ZLIB](https://zlib.net/), [LIBZIP](https://libzip.org/) for compilation of N(F)F-HEDM codes. |
40 |
| - |
41 | 43 | **More details at** [MIDAS-WIKI](https://github.com/marinerhemant/MIDAS/wiki)
|
0 commit comments