AustralianSynchrotron / ctas

computed tomography

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build and install as the standard cmake project. Usually like this:

	mkdir build
	cd build
	cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr/local ..
	make
and as root:
	make install

A very outdated documentation is placed under the doc subdirectory. More up to date information on usage is provided with the --help option in all tools which can be combined with the --verbose for more information. Start with
	ctas -h
and continue with something like
	ctas <tool> -h

About

computed tomography

License:GNU General Public License v3.0


Languages

Language:C++ 45.7%Language:Roff 40.2%Language:Shell 7.9%Language:Makefile 2.6%Language:M4 2.0%Language:C 1.0%Language:CMake 0.5%