Command line interface

Main program running on host computer for usage with a pyboard running COSplay

usage: COSplay [-h] [-v VERBOSE] [--vendor {bruker,none}] [--port PORT]
               [--sequences SEQUENCES] [--storage_path STORAGE_PATH]
               [--storage_root STORAGE_ROOT]

Named Arguments

-v, --verbose

Set the verbosity.

Default: 1

--vendor

Possible choices: bruker, none

Is needed to find the correct folder.

Default: bruker

--port Name of port pyboard is connected to. Generally not necessary as system should find the right port automatically.
--sequences Path to .tsv files containing the sequences. This flag can be used if you did not save the sequences generated with COSgen in the default location or if you do not want to use the sequences generated most recently.
--storage_path Path to directory where delivered sequences are stored. If not specified, the sequence is stored in the folder of the most recent scan.
--storage_root Path to directory where delivered sequences are stored. If not specified, the sequence is stored in the folder of the most recent scan.