helikite.instruments.filter

Filter instrument class for Helikite project.

Attributes

logger

filter

Classes

Filter

Module Contents

helikite.instruments.filter.logger
class helikite.instruments.filter.Filter(*args, **kwargs)

Bases: helikite.instruments.base.Instrument

__repr__()
property _expected_header_value_FC: str
header_lines(file_path: str | pathlib.Path) list[str]
file_identifier(first_lines_of_csv) bool
data_corrections(df, *args, **kwargs)
set_time_as_index(df: pandas.DataFrame) pandas.DataFrame

Set the DateTime as index of the dataframe

Filter instrument contains date and time separately and appears to include an extra whitespace in the field of each of those two columns

read_data() pandas.DataFrame
detect_from_folder(input_folder: str, quiet: bool = False, interactive: bool = False) list[str]
helikite.instruments.filter.filter