Skip to content

Interface: HeaderInfo

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

Header information from neuroimaging file.

Properties

dim

ts
dim: number[];

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


spacing

ts
spacing: number[];

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


origin

ts
origin: number[];

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


datatype

ts
datatype: string;

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


bitpix

ts
bitpix: number;

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


affine

ts
affine: number[][];

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


description

ts
description: string;

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


qformCode

ts
qformCode: number;

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


sformCode

ts
sformCode: number;

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


voxOffset

ts
voxOffset: number;

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


sclSlope

ts
sclSlope: number;

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


sclInter

ts
sclInter: number;

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

Released under the MIT License.