MCPcopy Create free account
hub / github.com/DOI-USGS/ISIS3 / explode

Function explode

isis/src/base/apps/explode/explode.cpp:27–34  ·  view source on GitHub ↗

* Extracts each band of the input cube into a separate one band cube file. * Given the output base name of "base", each output cube will be named * e.g. base.band#.cub. The appropiate BandBin group will be created. * * @param ui User Interface with application parameters */

Source from the content-addressed store, hash-verified

25 * @param ui User Interface with application parameters
26 */
27 void explode(UserInterface &ui) {
28
29 // open input cube
30 Cube icube;
31 icube.open(ui.GetCubeName("FROM"));
32
33 explode(&icube, ui);
34 }
35
36
37 /**

Callers 5

IsisMainFunction · 0.85
TESTFunction · 0.85
TESTFunction · 0.85
TESTFunction · 0.85
TEST_FFunction · 0.85

Calls 14

GetCubeNameMethod · 0.80
physicalBandMethod · 0.80
SetTextMethod · 0.80
toStringFunction · 0.50
openMethod · 0.45
SetInputCubeMethod · 0.45
sampleCountMethod · 0.45
lineCountMethod · 0.45
bandCountMethod · 0.45
fileNameMethod · 0.45
ProgressMethod · 0.45
SetOutputCubeMethod · 0.45

Tested by 4

TESTFunction · 0.68
TESTFunction · 0.68
TESTFunction · 0.68
TEST_FFunction · 0.68