Loading isis/src/mro/apps/hicubenorm/hicubenorm.cpp +4 −2 Original line number Diff line number Diff line Loading @@ -82,8 +82,6 @@ namespace Isis { totalSamples = icube->sampleCount(); totalLines = icube->lineCount(); totalBands = icube->bandCount(); Isis::CubeAttributeOutput &atts = ui.GetOutputAttribute("TO"); FileName outFileName = ui.GetFileName("TO"); channel = icube->group("Instrument")["ChannelNumber"]; Loading Loading @@ -162,6 +160,10 @@ namespace Isis { } } } Isis::CubeAttributeOutput atts = ui.GetOutputAttribute("TO"); FileName outFileName = ui.GetFileName("TO"); // Setup the output file and apply the coefficients by either // subtracting or multipling them p.SetOutputCube(outFileName.expanded(), atts, totalSamples, totalLines, totalBands); Loading Loading
isis/src/mro/apps/hicubenorm/hicubenorm.cpp +4 −2 Original line number Diff line number Diff line Loading @@ -82,8 +82,6 @@ namespace Isis { totalSamples = icube->sampleCount(); totalLines = icube->lineCount(); totalBands = icube->bandCount(); Isis::CubeAttributeOutput &atts = ui.GetOutputAttribute("TO"); FileName outFileName = ui.GetFileName("TO"); channel = icube->group("Instrument")["ChannelNumber"]; Loading Loading @@ -162,6 +160,10 @@ namespace Isis { } } } Isis::CubeAttributeOutput atts = ui.GetOutputAttribute("TO"); FileName outFileName = ui.GetFileName("TO"); // Setup the output file and apply the coefficients by either // subtracting or multipling them p.SetOutputCube(outFileName.expanded(), atts, totalSamples, totalLines, totalBands); Loading