https://github.com/ma-tech/Woolz
Raw File
Tip revision: 7ce0668cd39caca740ec93e895ec21e0af759099 authored by Bill Hill on 28 October 2015, 11:12:56 UTC
Now version 1.6.5
Tip revision: 7ce0668
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