Package fieldpy :: Package core :: Module experiment_classes :: Class ExperimentData
[hide private]
[frames] | no frames]

Class ExperimentData

source code


Parent class for all kinds of experiments which cannot easily be represented as time series. For some experiments it will conincide with LoggedData but mostly it will be processed from the logged data, e.g. filtered, pieced together, etc.

Instance Methods [hide private]
 
check(self)
Does integrity checks, should be invoced at the end of __init__
source code

Inherited from extra_classes.Data: __init__, filter_by_freq, filter_low_pass, mask_if_true, mask_jumps, mask_jumps_one_dir, mask_value, pickle

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Instance Variables [hide private]

Inherited from extra_classes.Data: data, md

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

check(self)

source code 

Does integrity checks, should be invoced at the end of __init__

Overrides: extra_classes.Data.check

To Do: check that units are given.