https://github.com/ma-tech/Woolz
Raw File
Tip revision: 819461013345cc839bf183aece73b0f2fa8d0e52 authored by Bill Hill on 07 June 2013, 10:01:30 UTC
Now version 1.3.2.
Tip revision: 8194610
CoreBin.dox
/*!
* \mainpage Woolz Command Line Binaries
* \section intro Introduction
The Woolz library functions are complemented by a set of binaries for 
command line processing of Woolz formatted data. Most binaries can read data
from standard input and will write to standard output and can therefore 
be used in unix "pipeline" mode. This allows efficient concatenation of
multiple imaging operations for rapid prototyping and script development.

The binary codes are all installed in the Mouse Atlas home bin directory
(usually /opt/MouseAtlas/bin) and provide a significant proportion of the
libWlz plus supplementary library functionality. Simple binaries for
 the basic Woolz functions are under \ref BinWlz "binWlz", other binaries
relating to format conversion are under \ref BinWlzExtFF "binWlzExtFF" and
more complex applications can be found under \ref BinWlzApp "binWlzApp".

\section Structure Overview
\section install Installation
\section history Software Development History
\section pubs Publications
*
*/

/*!
\defgroup BinWlz Basic Woolz Operations
\brief Command line programmes for Woolz library procedures, select from
the module list for individual manual pages.
*/
/*!
\defgroup BinWlzExtFF Data Format Conversion
\brief Command line programmes for converting to and from the Woolz
object file formats.
*/
/*!
\defgroup BinWlzApp Extended Applications
\brief More complex command line programmes based on Woolz but
also making use of other software.
*/
back to top