fitlistreader

Provides: 1. A Parser for HDTV fitlist.xml files, converting them to Sequence-like-objects 2. CLI tools to do this directly in the terminal

CLI-Utilities

  • fitlistreader : displays peak information of a given fitlist.xml file

Submodules

Package Contents

Functions

run(→ None)

Method called by CLI to print requested information from a fitlist file

run_wrapper()

Access for the CLI to method in non-init file.

Attributes

__version__

fitlistreader.run() None[source]

Method called by CLI to print requested information from a fitlist file to std_out, using sys.argv.

fitlistreader.run_wrapper()[source]

Access for the CLI to method in non-init file.

fitlistreader.__version__