Skip to content
Hemant Sharma edited this page May 27, 2020 · 31 revisions

Welcome to the MIDAS wiki!

MIDAS allows for reduction of Near-Field and Far-Field High Energy Diffraction Data to obtain microstructural information. MIDAS can be run both locally and on a HPC server. All required packages are downloaded automatically during installation.

Installation

MIDAS has hard-coded paths, requiring it to be installed in the ${USER.HOME}/opt directory. The following steps may be followed for installation (steps in parentheses are optional):

(mkdir opt;) cd ~/opt

git clone https://github.com/marinerhemant/MIDAS.git

cd MIDAS/FF_HEDM

make MACHINE_NAME

cd ../NF_HEDM

make MACHINE_NAME

cd ../TOMO

make all

MACHINE_NAME can be local or one of the servers.

Execution

FF Stitching manual: https://docs.google.com/document/d/1HIOPRtc-_J9Yxi8kHWn5cmDVWpN4WXLSjnbWYkAx90Y/edit?usp=sharing

Clone this wiki locally