GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Description: Set of utilities for manipulating MRI image files. Developed by Mark S. Cohen @ UCLA CCN
Homepage: http://www.brainmapping.org
Clone URL: git://github.com/krunk/uclatools.git
name age message
file .gitignore Thu Aug 07 20:41:36 -0700 2008 Added a build directory [James Kyle]
file CMakeLists.txt Sat Nov 08 12:12:14 -0800 2008 Changed the -DUNIVERSAL build option to -DUCT_U... [krunk]
directory ImgLib/ Fri Oct 24 12:53:35 -0700 2008 Added a default install prefix to cmakelists of... [krunk]
file License Mon Aug 11 12:40:44 -0700 2008 Added a cursory installation section to README ... [James Kyle]
file README Sun Aug 17 12:40:00 -0700 2008 Corrected Readme for proper default PREFIX sett... [James Kyle]
directory ShowAnaHdr/ Wed Aug 06 07:20:58 -0700 2008 Reorganized structure. Working cmake environment. [James Kyle]
directory analysis/ Sun Oct 26 14:31:15 -0700 2008 1. CC_gr.h now contains all the dependencies, d... [krunk]
directory colorize/ Sun Aug 17 09:06:27 -0700 2008 Changed colorize target from OverlayMac to over... [James Kyle]
directory convolve/ Sun Oct 26 14:31:15 -0700 2008 1. CC_gr.h now contains all the dependencies, d... [krunk]
directory imageConversion/ Wed Aug 06 07:20:58 -0700 2008 Reorganized structure. Working cmake environment. [James Kyle]
directory xds/ Fri Nov 07 10:05:35 -0800 2008 Corrected error in xds cmakelists.txt resulting... [krunk]
README
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 install is standard with the default prefix of ${UCLATOOLS_SRC_DIR}.
  Basically, this means you'll find al the binaries in the source directory
  under bin.
  1. mkdir bingcc
  2. cmake $project_path
  3. 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