pybtls.output.Read.BM_summary.read_BM_S#
- read_BM_S(file_path, no_lines=None, start_line=1)[source]#
Read the BM summary data from pybtls results.
This output file does not have a header.
- Parameters:
file_path (Path) – The path to the BM summary data file.
no_lines (int, optional) –
The number of data lines to read from the file.
If not specified, all lines will be read.
start_line (int, optional) –
Default is 1.
The line to start reading data from.
- Returns:
The BM summary data.
- Return type:
pd.DataFrame