-
General info fields to add are:
Technique
Repetition Time
FOV
MTC
EPI
Diffusion
from image info:
number of dynamics (as in largest value in dynamic scan number)
slice thickness
slice orientation
echo …
-
``` python
======================================================================
ERROR: autogenerated test from validate_proxy_slicing
----------------------------------------------------------------…
-
Adding new images is easier if the information about the image is encapsulated by the Image class. Even better if the `SpatialImage` super class can define a common interface.
Currently, a number of …
-
PAR files have a field in the image information definition called "image pixel size (in bits)".
We currently assume that this value refers to the number of bits of a signed integer (int16, int32).
…
-
I understand the PAR/REC is not super-well supported, but I'm now getting a strange error. Running from HEAD:
```
>>> from nibabel import parrec
>>> test = parrec.load(par_fname)
/usr/lib/pymodules…