Skip to content

Latest commit

 

History

History
50 lines (34 loc) · 1.03 KB

README.md

File metadata and controls

50 lines (34 loc) · 1.03 KB

xproc

This repository, xproc provides necessary toolkits for the pre&post processing of tomography, FF, and NF data collected at

  • 1-ID@APS
  • 6-BM-A@APS
  • 6-ID-D@APS

Tomoproc

The subpackage tomoproc is for process tomography data.

Quick start

>> tomorpocer --help
Usage:
    tomoprocer.py morph    <CONFIGFILE>
    tomoprocer.py prep     <CONFIGFILE>
    tomoprocer.py recon    <CONFIGFILE>
    tomoprocer.py analyze  <CONFIGFILE>
    tomoprocer.py -h | --help
    tomoprocer.py --version

Options:
  -h --help     Show this screen.
  --version     Show version.

Required 3rd-party libraries

  • tomopy: conda install -c conda-forge tomopy
  • docopt: pip install docopt
  • vtk: pip install vtk
  • pyyaml: conda install pyyaml
  • lmfit: conda install -c conda-forge lmfit
  • tqdm: conda install tqdm

Docker

Container building recipe for using tomoproc.

ffproc

The subpackge ffproc is for processing ff-HEDM data.

nfproc

The subpackge nfproc is for processing nf-HEDM data.