Skip to content

Commit 00732ed

Browse files
committed
[spec] make SForm/QForm accept strings, add missing links
1 parent fb1e311 commit 00732ed

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

JNIfTI_specification.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,16 @@ data compression, streaming and encryption.
2929
- [JNIfTI Keywords](#jnifti-keywords)
3030
* [NIFTIHeader](#niftiheader)
3131
+ [DataType (NIFTI-1 header: datatype)](#datatype-nifti-1-header-datatype)
32+
+ [Dim (NIFTI-1 header: dim)](#dim-nifti-1-header-dim)
3233
+ [DimInfo (NIFTI-1 header: dim_info)](#diminfo-nifti-1-header-dim_info)
34+
+ [Orientation (NIFTI-1 header: pixdim[0])](#orientation-nifti-1-header-pixdim0)
3335
+ [Unit (NIFTI-1 header: xyzt_units)](#unit-nifti-1-header-xyzt_units)
36+
+ [Intent (NIFTI-1 header: intent_code)](#intent-nifti-1-header-intent_code)
37+
+ [SliceType (NIFTI-1 header: slice_code)](#slicetype-nifti-1-header-slice_code)
38+
+ [QForm/SForm (NIFTI-1 header: qform_code/sform_code)](#qformsform-nifti-1-header-qform_codesform_code)
3439
+ [NIIFormat (NIFTI-1 header: magic)](#niiformat-nifti-1-header-magic)
3540
+ [NIIHeaderSize (NIFTI-1 header: sizeof_hdr)](#niiheadersize-nifti-1-header-sizeof_hdr)
41+
+ [NIIByteOffset (NIFTI-1 header: vox_offset)](#niibyteoffset-nifti-1-header-vox_offset)
3642
+ [Other depreciated subfields](#other-depreciated-subfields)
3743
* [NIFTIData](#niftidata)
3844
+ [Array form](#array-form)
@@ -260,8 +266,8 @@ corresponding JNIfTI `NIFTIHeader` self-explanatory subfields
260266
|` int `| - |` glmin; `| **++UNUSED++** |`    "A75GlobalMin": <i>, `|
261267
|` char `|` char `|` descrip[80]; `| **Data description** |`    "Description": "s", `|
262268
|` char `|` char `|` aux_file[24]; `| **Auxiliary filename** |`    "AuxFile": "s", `|
263-
|` short`|` int `|` qform_code ; `| **NIFTI_XFORM_\* code** |`    "QForm": <i>, `|
264-
|` short`|` int `|` sform_code ; `| **NIFTI_XFORM_\* code** |`    "SForm": <i>, `|
269+
|` short`|` int `|` qform_code ; `| **NIFTI_XFORM_\* code** |`    "QForm": <i>\|"s", `|
270+
|` short`|` int `|` sform_code ; `| **NIFTI_XFORM_\* code** |`    "SForm": <i>\|"s", `|
265271
|` float`|`double`|` quatern_b ; `| **Quaternion b param** |`    "Quatern": { "b"=<f>, `|
266272
|` float`|`double`|` quatern_c ; `| **Quaternion c param** |`        "c": <f>, `|
267273
|` float`|`double`|` quatern_d ; `| **Quaternion d param** |`        "d": <f> `|

0 commit comments

Comments
 (0)