UFO-LAUNCH(1) | UFO-LAUNCH(1) |
ufo-launch - Run UFO workflows
ufo-launch [-t] [-a] [-d] [-q | --quieter] [--version]
<task1> [KEY=VALUE] ! <task2> ! ...
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.
To push data from multiple streams enclose input streams in brackets.
--trace, -t
--address, -a
-q
--quieter
--version
$ ufo-launch read path=input*.tif ! write filename=output.h5:/foo
$ ufo-launch [read path=radios, read path=darks, read path=flats] ! \
flat-field-correct ! null
01/04/2023 |