Demcompare CLI

Demcompare command line is the main tool entrance.

The user can execute demcompare command line using an input configuration file. Read Execution from the command line in user manual for more details.

Different logging outputs can be chosen (ie. INFO or DEBUG modes) to give the user different information during the execution. The debug mode is especially interesting for developers.

The demcompare CLI module is in demcompare.py file and handles argparse conversion to the Demcompare pipeline module, which will orchestrate the demcompare API from the input configuration file.

This python file includes demcompare’s main and input parser.