Bugs to address related to [STORY] segment T1-weighted anatomical MRI images
[x] #237
raise FormatMismatchError( fileformats.core.exceptions.FormatMismatchError: Magic number of file "1f8b0800" doesn't match expected "504B0304"
[ ] labelconvert_.py has repeating arguments in the input_spec. Workaround solution has been to change the second lut_out to path_out (line 41 and 132).
[ ] "output_file_template": "image_out.mif" argument is problematic - workaround solution has been to comment-out this line in the following files: labelconvert.py and fivett2vis.py
[ ] mrconvert_.py several lines commented out to avoid errors (see file for details)
Metadata
Epic: #17 Feature: #79 Feature Release: Required knowledge: mid-level
Bugs to address related to [STORY] segment T1-weighted anatomical MRI images
raise FormatMismatchError( fileformats.core.exceptions.FormatMismatchError: Magic number of file "1f8b0800" doesn't match expected "504B0304"
labelconvert_.py
has repeating arguments in theinput_spec
. Workaround solution has been to change the secondlut_out
topath_out
(line 41 and 132)."output_file_template": "image_out.mif"
argument is problematic - workaround solution has been to comment-out this line in the following files: labelconvert.py and fivett2vis.pymrconvert_.py
several lines commented out to avoid errors (see file for details)