https://github.com/ma-tech/Woolz
Raw File
Tip revision: 58521e7c438fcd8820583b3f8a7888e1b7d3871b authored by Bill Hill on 24 April 2018, 16:28:17 UTC
Now version 1.7.1.
Tip revision: 58521e7
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