CLI Interface and config file#

in addition to the Python API and script, SNAKE can be used with a Command Line interface for performing end-to-end runs of acquisition, reconstruction and validation.

Tip

The CLI of SNAKE uses the hydra framework for managing its arguments and configuration. Be sure to read its documentation to use SNAKE CLI to its full potential.

Configuration file structure#

Below is an example of a configuration file for SNAKE.


Using my custom handler with a configuration file#

Not ready yet