Skip to content

Function: readVolList()

ts
function readVolList(fileNames, options?): Promise<NeuroVol[]>;

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

Read multiple volumes from a list of files.

Parameters

fileNames

string[]

options?

ReadVolOptions = {}

Returns

Promise<NeuroVol[]>

Released under the MIT License.