odatse.scripts.extract_combined module#

odatse.scripts.extract_combined.extract_tag(tag: str, file_input: str, file_output: str) None[source]#

Extract lines starting with a specific tag from input file and write to output file.

Parameters:
  • tag (str) – The tag to search for at the start of lines

  • file_input (str) – Path to the input file to read from

  • file_output (str) – Path to the output file to write extracted lines to

Return type:

None

odatse.scripts.extract_combined.main()[source]#

Main function to handle command line arguments and process files. Extracts tagged lines from combined output files.