Description Public fields Active bindings Methods
Abstract definition of electrode class in RAVE
Abstract definition of electrode class in RAVE
type
type of signals captured by electrode
subject
subject instance (RAVESubject
)
number
integer stands for electrode number or reference ID
reference
reference electrode, either NULL
for no reference
or an electrode instance inherits RAVEAbstarctElectrode
epoch
a RAVEEpoch
instance
cached_reference
character, refer to current cached reference
is_reference
whether this instance is a reference electrode
exists
whether electrode exists in subject
preprocess_file
path to preprocess 'HDF5' file
power_file
path to power 'HDF5' file
power_cached
path to power 'FST' file
phase_file
path to phase 'HDF5' file
voltage_file
path to voltage 'HDF5' file
reference_name
reference electrode name (field: number)
cache_path
run-time cache path; NA
if epoch is missing
.set_cachename()
set cache name, internally used
RAVEAbstarctElectrode$.set_cachename(name)
name
character, internally used
new()
constructor
RAVEAbstarctElectrode$new(subject, number, is_reference = FALSE)
subject
character or RAVESubject
instance
number
current electrode number or reference ID
is_reference
whether instance is a reference
.set_reference()
set reference for instance
RAVEAbstarctElectrode$.set_reference(reference, type)
reference
NULL
or RAVEAbstarctElectrode
instance
type
reference electrode type, default is the same as current instance
set_epoch()
set epoch instance for the electrode
RAVEAbstarctElectrode$set_epoch(epoch)
epoch
characters or RAVEEpoch
instance. For
characters, make sure "epoch_<name>.csv"
is in meta folder.
clear_cache()
method to clear cache on hard drive
RAVEAbstarctElectrode$clear_cache(...)
...
passed to child instances
clear_memory()
method to clear memory
RAVEAbstarctElectrode$clear_memory(...)
...
passed to child instances
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.