1MNI Transform File
2% Concatenation of two linear transforms.
3
4Transform_Type = Linear;
5Linear_Transform =
6 1 0 0 10
7 0 1 0 20
8 0 0 1 30;
9Transform_Type = Linear;
10Linear_Transform =
11 1 0 0 3
12 0 1 0 2
13 0 0 1 1;
14