Authors: Michael Musslewhite, Larry Lindsey
Date Created: 3/7/2013
PyRECONSTRUCT provides easy access to data in XML files associated with the program RECONSTRUCT.
- mergeTool - merge series together with built-in conflict resolution (graphical or non-graphical)
The functions/tools already in place can be used to develop solutions to a wide range of problems associated with RECONSTRUCT data.
To start the mergetool, use commands in a terminal: python start.py
Windows Executable
To install PyRECONSTRUCT on Windows, you must first download Python 3.6
Next, use the PyRECONSTRUCT.exe
That's all!
linux dependencies:
python-dev python2.7-dev python-setuptools build-essential libgeos-dev
libblas-dev liblapack-dev libfreetype6-dev libpng-dev gfortran libxml2-dev
libxslt1-dev cmake libshiboken-dev libphonon-dev libqt4-dev qtmobility-dev
- From the top-level pyrecon directory, run the following commands in a terminal:
# After installing dependencies listed above pip install -r requirements.txt