-
Notifications
You must be signed in to change notification settings - Fork 1
Set of utilities for manipulating MRI image files. Developed by Mark S. Cohen @ UCLA CCN
License
jameskyle/uclatools
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Installation: The UCLATools project requires cmake to build. CMAKE can be obtained at http://www.cmake.org/HTML/index.html or with your favorite package manager, e.g. macports, fink, ports, apt, etc. The default install places binaries in ${UCLATOOLS_SRC_DIR}/bin. Basically, this means you'll find all the binaries in the source directory under bin. 1. mkdir bingcc 2. cd bingcc 3. cmake .. 4. make && make install To set a custom install path: 1. cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr/local .. where "/usr/local" is your custom install path. For debugging output. For now, this just enables verbose output. 1. cmake -DCMAKE_BUILD_TYPE:String=Debug ..
About
Set of utilities for manipulating MRI image files. Developed by Mark S. Cohen @ UCLA CCN
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published