I would like to have a tool to combine volumes. Often, clinical scans are acquired in multiple volumes, and we need to combine them. currently, this is tricky to do in Seg3D, and not perfect in SCIRun. The way I do it now is to pad one of the volumes (using a padding python script similar to what issue #75 would do), cropping the volume to the desired size, then using the resample tool to map the data onto the grid. This could be done in the python script using the resample tool.