'RAVE' class for loading entire block of 'spectrogram' coefficients
Source:R/class113-recording_blocks_coefs.R
RAVESubjectRecordingBlockTimeFreqBaseRepository.Rd
'RAVE' class for loading entire block of 'spectrogram' coefficients
'RAVE' class for loading entire block of 'spectrogram' coefficients
Super classes
ravepipeline::RAVESerializable
-> ravecore::RAVESubjectRepository
-> ravecore::RAVESubjectRecordingBlockRepository
-> RAVESubjectRecordingBlockTimeFreqBaseRepository
Active bindings
sample_rates
a named list of sampling frequencies; the names are signal types (
'LFP'
,'Auxiliary'
, or'Spike'
) and the values are the sampling frequenciessample_rate
numeric sample rate for 'spectrogram'
Methods
Method new()
constructor
Usage
RAVESubjectRecordingBlockTimeFreqBaseRepository$new(
subject,
electrodes = NULL,
reference_name = NULL,
blocks = NULL,
...,
quiet = FALSE,
repository_id = NULL,
strict = TRUE,
lazy_load = FALSE,
.class = NULL
)
Arguments
subject
'RAVE' subject
electrodes
string or integers indicating electrodes to load
reference_name
name of the reference table
blocks
name of the recording blocks to load
...
passed to
RAVESubjectBaseRepository
constructorquiet
see field
quiet
repository_id
see field
repository_id
strict
whether the mode should be strict; default is true and errors out when subject is missing
lazy_load
whether to delay (lazy) the evaluation
mount_data
.class
internally used, do not set, even if you know what this is
Method mount_data()
function to mount data