Skip to content

Function: readVol()

ts
function readVol(input, options?): Promise<NeuroVol>;

Defined in: src/io/io.ts:65

Read a NIfTI file and return a NeuroVol object.

Enhanced version with async operations and progress callback.

Parameters

input

string | ArrayBuffer

options?

ReadVolOptions = {}

Returns

Promise<NeuroVol>

Released under the MIT License.