1
2
3
4
5
6
7
8
9
10
11
|
intable,s,a,"",,,"input table"
output,s,a,"",,,"output image"
colname,s,a,"",,,"column name"
ndim,i,a,1,0,7,"dimension of image"
n1,i,a,1,1,,"size of first axis"
n2,i,a,1,1,,"size of second axis"
n3,i,a,1,1,,"size of third axis"
n4,i,a,1,1,,"size of fourth axis"
n5,i,a,1,1,,"size of fifth axis"
n6,i,a,1,1,,"size of sixth axis"
mode,s,h,"al"
|