pynrrd
1.1.3
  • Home

Background

  • About the NRRD file format
  • How to use
    • Reading NRRD files
    • Writing NRRD files
  • Header datatypes
    • int
    • double
    • string
    • int list
    • double list
    • string list
    • quoted string list
    • int vector
    • double vector
    • int matrix
    • double matrix
    • int vector list
    • double vector list
  • Supported Fields
  • Index Ordering

Examples

  • Examples
    • Basic Example
    • Example only reading header
    • Example write and read from memory
    • Example with fields and custom fields
    • Example reading NRRD file with duplicated header field
    • Example reading and writing NRRD files with C-order indexing

Reference

  • Reading NRRD files
  • Writing NRRD files
  • Parsing NRRD fields
  • Formatting NRRD fields

Links

  • Source code
  • Issue tracker
  • Releases
  • PyPi
  • License
pynrrd
  • »
  • Supported Fields
  • View page source

Supported Fields

A list of supported fields, according to the NRRD specification, and its corresponding datatype can be seen below. Each field has a link to the NRRD specification providing a detailed description of the field.

Field

NRRD Datatype

dimension

int

type

string

sizes

int list

endian

string

encoding

string

datafile or data file

string

lineskip or line skip

int

byteskip or byte skip

int

content

string

kinds

string list

labels

quoted string list

units

quoted string list

min

double

max

double

spacings

double list

thicknesses

double list

centerings

string list

oldmin or old min

double

oldmax or old max

double

axismins or axis mins

double list

axismaxs or axis maxs

double list

sample units

string

space

string

space dimension

int

space units

quoted string list

space directions

double matrix or double vector list depending on nrrd.SPACE_DIRECTIONS_TYPE

space origin

double vector

measurement frame

int matrix

Previous Next

© Copyright 2018-2022.

Built with Sphinx using a theme provided by Read the Docs.