read in a set of four-dimensioanl functional scans

read_func_scans.bids_project(
  x,
  mask,
  mode = c("normal", "bigvec"),
  subid = "^sub-.*",
  task = ".*",
  run = ".*",
  modality = "bold",
  ...
)

Arguments

x

the bids_project object

mask

a brain mask of type LogicalNeuroVol

mode

the file mode: 'normal' for in-memory files or 'bigvec' for on-disk files

subid

one or more subject ids

task

an optional task regex

run

an optional run regex

modality

the image modality (usually "bold")

...

extra args send to neuroim2::read_vec

Value

a instance of type NeuroVec