https://github.com/ma-tech/Woolz
Raw File
Tip revision: 5ab012fff0fb50186d6ea8508f0d8b3063c45dc3 authored by Bill Hill on 15 August 2022, 13:30:41 UTC
README now Readme.md.
Tip revision: 5ab012f
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