https://github.com/jefferis/AnalysisSuite
Raw File
Tip revision: 4bc3869319c653c5c3f8a3273cae77bc20f9e4c4 authored by Gregory Jefferis on 24 January 2013, 14:06:07 UTC
switch to using sprintf for segments (100x speedup)
Tip revision: 4bc3869
bin.README.txt
This directory already contains the perl scripts from scripts.zip
You may want to add registration binaries for your operating system.

Although the R scripts do not need this, you may wish to add the directory to your path if you want to use the tools from the command line.

For bash (default on osx 10.3)

Edit your ~/.profile or ~/.bashrc to add:

PATH="${PATH}:/path/to/Registration/folder/bin"
export PATH

Check that the path has been set by starting a new command line session and typing:

echo $PATH

You can also put the contents somewhere else sensible like /usr/local/bin or ~/bin
back to top