pysight.ascii_list_file_parser package

Submodules

pysight.ascii_list_file_parser.apply_df_funcs module

pysight.ascii_list_file_parser.distribute_data module

class pysight.ascii_list_file_parser.distribute_data.DistributeData(df, dict_of_inputs, use_tag_bits=False) → None[source]

Bases: object

Separates the channel-specific data to their own channels. Inputs:

param df:pd.DataFrame with data
param dict_of_inputs:
 Mapping of inputs to data they contain
param use_tag_bits:
 Whether TAG bits are needed
data_to_grab
df
dict_of_data
dict_of_inputs
run() → None[source]

Runs the allocation function, populating self.dict_of_data

use_tag_bits

pysight.ascii_list_file_parser.fileIO_tools module

pysight.ascii_list_file_parser.tabulation_tools module

pysight.ascii_list_file_parser.timepatch_switch module

Module contents