Skip to content

Commit c45d213

Browse files
committed
DOC: Added refs for FSL-specific NIFTI intent codes
1 parent 7334109 commit c45d213

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

nibabel/nifti1.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,12 +233,14 @@
233233
(2003, 'rgb vector', (), "NIFTI_INTENT_RGB_VECTOR"),
234234
(2004, 'rgba vector', (), "NIFTI_INTENT_RGBA_VECTOR"),
235235
(2005, 'shape', (), "NIFTI_INTENT_SHAPE"),
236-
# FSL-specific intent codes - FNIRT
236+
# FSL-specific intent codes - codes used by FNIRT
237+
# ($FSLDIR/warpfns/fnirt_file_reader.h:104)
237238
(2006, 'fnirt disp field', (), 'FSL_FNIRT_DISPLACEMENT_FIELD'),
238239
(2007, 'fnirt cubic spline coef', (), 'FSL_CUBIC_SPLINE_COEFFICIENTS'),
239240
(2008, 'fnirt dct coef', (), 'FSL_DCT_COEFFICIENTS'),
240241
(2009, 'fnirt quad spline coef', (), 'FSL_QUADRATIC_SPLINE_COEFFICIENTS'),
241-
# FSL-specific intent codes - TOPUP
242+
# FSL-specific intent codes - codes used by TOPUP
243+
# ($FSLDIR/topup/topup_file_io.h:104)
242244
(2016, 'topup cubic spline coef ', (),
243245
'FSL_TOPUP_CUBIC_SPLINE_COEFFICIENTS'),
244246
(2017, 'topup quad spline coef', (),

0 commit comments

Comments
 (0)