QMRITools`
QMRITools`
MakeIntFunction
MakeIntFunction[data]
makes an interpolation function of the data using voxel size {1,1,1} and interpolation order 1
MakeIntFunction[data,int]
makes an interpolation function of the data using voxel size {1, 1, 1} and interpolation order int.
MakeIntFunction[data,vox ,int]
makes an interpolation function of the data using voxel size vox and interpolation order int.
Details
- The following options can be given:
-
CenterVoxel True CenterVoxel is an option for MakeIntFunction. If set True the centers of the voxels are interploated else its the corners. CenterRange False CenterRange is an option for MakeIntFunction. If set True the centers of the dataset is the origin else its the corner.