Skip to content

Function: writeVol()

ts
function writeVol(
   vol, 
   filePath, 
   options?): Promise<void>;

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

Write a NeuroVol to file.

Enhanced version with async operations, compression, and progress callback.

Parameters

vol

NeuroVol

filePath

string

options?

WriteVolOptions = {}

Returns

Promise<void>

Released under the MIT License.