Extracts each band of a cube into a separate one band file This program extracts each band of the input cube into a separate one band file. Given the output base name of "base", each output cube will be named base.band#.cub. The appropiate BandBin group will be created. cubeit Utility Original version Fixed percent processed message and added leading zeros to output cubes Documentation fixes Removed references to CubeInfo Converted to callable app and converted Makefile test to gtest. cube input Input cube to be exploded Each band in this cube will be written as a separate cube. *.cub cube output Output base cube name The base name of the output cubes. For example, if TO=base, then each output cube will be base.band#.cub