series_reader: Create a series reader function for a 4D image file

View source: R/binary_io.R

series_readerR Documentation

Create a series reader function for a 4D image file

Description

This function creates a closure that can read series of data from a 4D image file.

Usage

series_reader(file_name)

Arguments

file_name

The name of the 4D image file to read from.

Value

A function that can read series of data from the specified file.


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