Module: Mosaic To Large Disk Data ()
The module takes a Mosaic containing bricks of overlapping image data and converts them to one Large Disk Data object stored on disk.Press the Apply button to start the computation.
Data [required]
The Mosaic object containing the references to the blocks of image data stored on disk.
Info
Information on the internal state.Filename
The result will be stored in this file.Interpolation
Interpolation method to be used during sampling of the bricks.Standard is trilinear interpolation.
NearestNeighbor can be useful if you're working with labels.
Lanczos uses a kernel of width 6 to improve the interpolation. The result will be much better but sampling takes much longer.
Options
Select autodims to use the same voxel size as in the input images.For seamless transitions between bricks, select blend.
add border extends the result by some amount to guarantee voxels with value 0 at the boundaries. You can specify the border in port Border.
Specify
This port is only visible if autodims is not selected. It allows you to switch between specifying dims or the voxelsize of the result.Dims
The dimensions of the resulting image. To modify them, autodims must be deselected.Voxelsize
The voxel size of the result. You might either specify the dims or the voxel size.Border
Specifies the size of the border to be added on each side of the mosaic. The port is hidden if add border is not selected.