'\" t .\" Title: ufo-launch .\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author] .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 10/01/2020 .\" Manual: \ \& .\" Source: \ \& .\" Language: English .\" .TH "UFO\-LAUNCH" "1" "10/01/2020" "\ \&" "\ \&" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" ufo-launch \- Run UFO workflows .SH "SYNOPSIS" .sp .nf \fIufo\-launch\fR [\-t] [\-a] [\-d] [\-q | \-\-quieter] [\-\-version] [KEY=VALUE] ! ! \&... .fi .SH "DESCRIPTION" .sp Runs the workflow as specified on the command line\&. Plugins are specified one by one and separated by exclamation marks\&. Further parameterization is possible by specifying key\-value assignments before finishing with an exclamation marks\&. .sp To push data from multiple streams enclose input streams in brackets\&. .SH "OPTIONS" .PP \fB\-\-trace\fR, \fB\-t\fR .RS 4 Output execution profiles that can be analysed with ufo\-prof\&. .RE .PP \fB\-\-address\fR, \fB\-a\fR .RS 4 Host address of one or more ufod instances\&. .RE .PP \fB\-q\fR .RS 4 Disable output of "[n] items processed \&..."\&. .RE .PP \fB\-\-quieter\fR .RS 4 Disable all output\&. .RE .PP \fB\-\-version\fR .RS 4 Output version number\&. .RE .SH "EXAMPLES" .sp .RS 4 .ie n \{\ \h'-04'\(bu\h'+03'\c .\} .el \{\ .sp -1 .IP \(bu 2.3 .\} Convert TIFF to HDF5: .sp .if n \{\ .RS 4 .\} .nf $ ufo\-launch read path=input*\&.tif ! write filename=output\&.h5:/foo .fi .if n \{\ .RE .\} .RE .sp .RS 4 .ie n \{\ \h'-04'\(bu\h'+03'\c .\} .el \{\ .sp -1 .IP \(bu 2.3 .\} Do flat\-field\-correction: .sp .if n \{\ .RS 4 .\} .nf $ ufo\-launch [read path=radios, read path=darks, read path=flats] ! \e flat\-field\-correct ! null .fi .if n \{\ .RE .\} .RE