read_mapped_series: Read a mapped series from a 4D image file

View source: R/binary_io.R

read_mapped_seriesR Documentation

Read a mapped series from a 4D image file

Description

This function reads a series of data from a memory-mapped 4D image file.

Usage

read_mapped_series(meta, idx)

Arguments

meta

An object containing metadata about the file to be read.

idx

A vector of indices specifying which elements to read.

Value

A matrix of values read from the memory-mapped file, transposed.


bbuchsbaum/neuroim2 documentation built on Nov. 3, 2024, 9:31 a.m.