offspect.cache.check

VALID_SUFFIX = '.hdf5'

the valid suffix for cachefiles

check_consistency(annotations)[source]

check whether a list of annotations is consistent

For a list of attributes to be consistents, every origin file must be unique, and data may only come from a single subject. Additionally, channel_labels, samples pre/post, sampling must be identical for all traces”

check_valid_suffix(fname)[source]

check whether the cachefile has a valid suffix

isTsince(x)[source]
isbool(x)[source]
ischanlist(x)[source]
iscoords(x)[source]
isfiledate(x)[source]
isfloat(x)[source]
isindex(x)[source]
isint(x)[source]
islist(x)[source]
isnumeric(x)[source]
isstr(x)[source]
isversion(x)[source]