'RAVE' class for epoch repository - raw voltage
Source:R/class102-epoched_rawvoltage.R
RAVESubjectEpochRawVoltageRepository.RdThe repository inherits link{RAVESubjectEpochRepository}, with epoch
trials, and is intended for loading raw (without any processing or reference)
voltage signals.
Use prepare_subject_raw_voltage_with_epochs to create an
instance.
Super classes
ravepipeline::RAVESerializable -> ravecore::RAVESubjectRepository -> ravecore::RAVESubjectEpochRepository -> RAVESubjectEpochRawVoltageRepository
Active bindings
digest_keya list of repository data used to generate repository signature
raw_voltagea named map of raw voltage data, mounted by
mount_data, alias ofget_containerreference_tablereference table, all channels will be marked as no reference
Methods
Method new()
constructor
Usage
RAVESubjectEpochRawVoltageRepository$new(
subject,
electrodes = NULL,
epoch_name = NULL,
time_windows = NULL,
stitch_events = NULL,
...,
quiet = FALSE,
repository_id = NULL,
strict = TRUE,
lazy_load = FALSE,
reference_name = "noref",
.class = NULL
)Arguments
subject'RAVE' subject
electrodesstring or integers indicating electrodes to load
epoch_namename of the epoch trial table
time_windowsnumeric vector with even lengths, the time start and end of the trials, for example,
c(-1, 2)means load 1 second before the trial onset and 2 seconds after trial onsetstitch_eventsevents where the
time_windowsis based; default is trial onset (NULL)...passed to
RAVESubjectEpochRepositoryconstructorquietsee field
quietrepository_idsee field
repository_idstrictwhether the mode should be strict; default is true and errors out when subject is missing
lazy_loadwhether to delay calling
mount_data; default is falsereference_nameignored, always
'noref'for raw voltage data.classinternally used, do not set, even if you know what this is