moving from:
a) TomoP3DModel(ModelNo,N,pathTP)where N is a scalar leading to N x N x N phantom
to:
b) TomoP3DModel(ModelNo, DIM ,pathTP) where DIM is a tuple [N1, N1, N2] leading to N1 x N1 x N2 phantom. Version a) needs to be supported as well with DIM[1] = N
moving from: a)
TomoP3DModel(ModelNo,N,pathTP)
where N is a scalar leading to N x N x N phantom to: b)TomoP3DModel(ModelNo, DIM ,pathTP)
where DIM is a tuple [N1, N1, N2] leading to N1 x N1 x N2 phantom. Version a) needs to be supported as well with DIM[1] = N