mth5.processing
Submodules
Attributes
Classes
Class to contain a run-summary table from one or more mth5s. |
Package Contents
- mth5.processing.MINI_SUMMARY_COLUMNS = ['survey', 'station', 'run', 'start', 'end', 'duration'][source]
- class mth5.processing.RunSummary(input_dict: dict | None | None = None, df: pandas.DataFrame | None | None = None)[source]
Class to contain a run-summary table from one or more mth5s.
WIP: For the full MMT case this may need modification to a channel based summary.
- column_dtypes
- property df: pandas.DataFrame
Df function.
- from_mth5s(mth5_list) list[source]
Iterates over mth5s in list and creates one big dataframe summarizing the runs
- property mini_summary: pandas.DataFrame
Shows the dataframe with only a few columns for readbility.
- property print_mini_summary: str
Calls minisummary through logger so it is formatted.