This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(gdb) up | |
#3 0x00000000005a0583 in PyCFunction_Call (func=0xacaaa38, arg=0x191b0420, kw=0x0) | |
at ../Objects/methodobject.c:81 | |
81 ../Objects/methodobject.c: No such file or directory. | |
in ../Objects/methodobject.c | |
(gdb) | |
#4 0x0000000000425fe5 in PyObject_Call (func=0xacaaa38, arg=0x191b0420, kw=0x0) | |
at ../Objects/abstract.c:2492 | |
2492 ../Objects/abstract.c: No such file or directory. | |
in ../Objects/abstract.c |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$> nifti_tool -diff_hdr -infiles phantom_haxby2001_3_1.nii ../../phantom_haxby2001_03_1-FEEPI.nii.gz | |
name offset nvals values | |
------------------- ------ ----- ------ | |
pixdim 76 8 1.0 3.75 3.75 3.5 2.5 0.0 0.0 0.0 | |
pixdim 76 8 1.0 3.75 3.75 3.5 2500.0 1.0 1.0 1.0 | |
vox_offset 108 1 352.0 | |
vox_offset 108 1 1423952.0 | |
scl_slope 112 1 1.242735 | |
scl_slope 112 1 3356.35791 | |
slice_end 120 1 39 |
NewerOlder