Appearance
function write_vol(vol, filePath): Promise<void>;
Defined in: src/io/nifti.ts:30
Write a NeuroVol to a NIfTI file.
Thin wrapper over writeVol; see io.ts for the implementation.
io.ts
NeuroVol
The volume to write.
string
Destination path.
Promise<void>
Promise
void