[MINC-users] troubles with mincmakescalar

Daniel Schwarz schwarzd@feec.vutbr.cz
Fri Nov 12 08:08:04 2004


Dear minc users,

My mincmakescalar does not seem to work properly. I wanted to use it to 
split vector image (result of mritotal -nonlinear) into 3 scalar images 
(step by step). Result of mincmakescalar is again a vector image...:-(

[schwarzd@localhost Experiment]$ mincinfo A2.nonlinear_grid_0.mnc
file: A2.nonlinear_grid_0.mnc
image: signed__ short -32766 to 32766
image dimensions: vector_dimension zspace yspace xspace
    dimension name         length         step        start
    --------------         ------         ----        -----
    vector_dimension            3      unknown      unknown
    zspace                     18            4           -1
    yspace                     20            4            5
    xspace                     20            4            3
[schwarzd@localhost Experiment]$
[schwarzd@localhost Experiment]$ mincmakescalar -linear 1,0,0 
A2.nonlinear_grid_0.mnc test.mnc
Processing:......................................................Done
[schwarzd@localhost Experiment]$ mincinfo test.mnc
file: test.mnc
image: signed__ short -32766 to 32766
image dimensions: vector_dimension zspace yspace xspace
    dimension name         length         step        start
    --------------         ------         ----        -----
    vector_dimension            3      unknown      unknown
    zspace                     18            4           -1
    yspace                     20            4            5
    xspace                     20            4            3

....I have minc-1.3...
Thanks in advance for any reply (somebody might know how to split the 
vector image into three components in another way)....

Daniel Schwarz