cellpy.readers.instruments.custom#

This module is used for loading data using the instrument="custom" method. If no instrument_file is given (either directly or through the use of the :: separator), the default instrument file (yaml) will be used.

Module Contents#

Classes#

DataLoader

Class for loading data from txt files.

class DataLoader(instrument_file=None, **kwargs)[source]#

Bases: cellpy.readers.instruments.base.AutoLoader, abc.ABC

Inheritance diagram of cellpy.readers.instruments.custom.DataLoader

Class for loading data from txt files.

default_model[source]#
instrument_name = 'custom'[source]#
raw_ext = '*'[source]#
supported_models[source]#
parse_formatter_parameters(**kwargs)[source]#
parse_loader_parameters(**kwargs)[source]#
pre_init()[source]#
query_file(name)[source]#

Query the file and return a pandas dataframe.