.. _tools 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. .. command-output:: ortlight --help Ortconvert ---------- Ortconvert is a commandline tool to convert between the legacy ort input file (``.ort``) and the new JSON based ort input file (``.ortl``) .. command-output:: ortconvert --help 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. .. command-output:: ort --help