series_reader: Create Series Reader for 4D Image

View source: R/binary_io.R

series_readerR Documentation

Create Series Reader for 4D Image

Description

Create a closure function that can read time series data from a 4D image file.

Usage

series_reader(file_name)

Arguments

file_name

Character string specifying the path to the 4D image file

Value

A function that accepts parameters:

  • first: Integer index of first element to read

  • last: Integer index of last element to read

  • input: Optional connection object (if NULL, creates new connection)


bbuchsbaum/neuroim2 documentation built on Jan. 2, 2025, 3:38 p.m.