cellpy.readers.instruments.maccor_txt#

Maccor txt data

Module Contents#

Classes#

DataLoader

Class for loading data from Maccor txt files.

Functions#

c_heck_loader([name, number, model])

Attributes#

MUST_HAVE_RAW_COLUMNS

SUPPORTED_MODELS

class DataLoader[source]#

Bases: cellpy.readers.instruments.base.TxtLoader

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

Class for loading data from Maccor txt files.

default_model[source]#
instrument_name = 'maccor_txt'[source]#
raw_ext = 'txt'[source]#
supported_models[source]#
static get_headers_aux(raw)[source]#

Defines the so-called auxiliary table column headings

validate(data)[source]#

A simple check that all the needed columns has been successfully loaded and that they get the correct type

c_heck_loader(name=None, number=1, model='one')[source]#
MUST_HAVE_RAW_COLUMNS[source]#
SUPPORTED_MODELS[source]#