fosanalysis
A framework to evaluate distributed fiber optic sensor data
Loading...
Searching...
No Matches
tsvutils.py File Reference

Go to the source code of this file.

Namespaces

namespace  fosanalysis
 Central package of fosanalysis.
 
namespace  fosanalysis.datahandling
 Contains modules to handle measurement data generated by the ODiSI Software.
 
namespace  fosanalysis.datahandling.tsvutils
 Utility functions for Luna ODiSI 6100 TSV files.
 

Functions

None fosanalysis.datahandling.tsvutils.tsv_extract_time_intervals (str input_file, str output_file, list list_of_time_intervals)
 Extracts the parts of the measurement data into smaller .tsv files.
 
 fosanalysis.datahandling.tsvutils.tsv_print_metadata_table (str root_dir, str pattern="*", list keys=["Channel", "Sensor Name", "Sensor Serial Number", "Length (m)", "Date"], str table_style="Markdown")
 Read the metadata from all files matching the pattern in a given directory root_dir, extract selected metadata entries (keys) and display them in a nicely formatted table.