Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.04 KB

README.md

File metadata and controls

25 lines (17 loc) · 1.04 KB

reports

Generation of RTF reports extracted from ThermoFisher XML files

This script parses XML files from ThermoFisher's EPU, extracts various parameters, and writes it to a rich-text format (RTF) file.

Usage

tfs_xml2rtf.py <options>

By default, the script looks in the directory Images-Disc1 for XML files, but this default can be overridden. See below for command-line options.

tfs_xml2rtf_output

Parameters

These settings affect multiple steps.

Flag Type Default Description
--directory ANY Images-Disc1 Top-level images directory
--output ANY report.rtf Output RTF report
--no_scan BOOL False Flag to skip EER scan
--progress BOOL False Flag to show progress bar
--verbosity INT 1 Verbosity level (0..4)
--debug BOOL False Debugging mode