Skip to content

Commit fc29544

Browse files
committed
Debug
1 parent 65614a0 commit fc29544

File tree

1 file changed

+16
-14
lines changed

1 file changed

+16
-14
lines changed

README.md

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,40 +2,42 @@
22

33
**** V7 Released ****
44

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+
517
**Installation and Compilation Instructions:**
618

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).
820

921
`bash
1022
git clone https://github.com/marinerhemant/MIDAS.git
1123
`
1224

13-
2. Change to the MIDAS directory.
25+
Change to the MIDAS directory.
1426

1527
`bash
1628
cd MIDAS
1729
`
1830

19-
3. Run the build script.
31+
Run the build script.
2032

2133
`bash
2234
./build.sh
2335
`
2436

25-
4. Install the python requirements.
37+
Install the python requirements.
2638

2739
`bash
2840
pip install -r requirements.txt
2941
`
3042

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-
4143
**More details at** [MIDAS-WIKI](https://github.com/marinerhemant/MIDAS/wiki)

0 commit comments

Comments
 (0)