Tools

The ORT software package consists of a collection of tools for light scattering data analysis.

Ortlight

Ortlight is the central tool, and the only one most users will use. It is a GUI application.

$ ortlight  --help
Usage:   ortlight  [input.ortl]

Options:
  -h, --help  show this help message and exit

Ortconvert

Ortconvert is a commandline tool to convert between the legacy ort input file (.ort) and the new JSON based ort input file (.ortl)

$ ortconvert  --help
Usage: This program can convert '.ort' files to '.ortl' and vice versa.
 usage: ortconvert input output

Options:
  -h, --help  show this help message and exit

ORT

This tool is a small python wrapper for the ort.exe fortran kernel. It will check the input file for correct syntax and launch the kernel.

$ ort --help
Usage: ort  [input.ortl]

Options:
  -h, --help  show this help message and exit