Commit 99e8121b authored by Makayla Shepherd's avatar Makayla Shepherd
Browse files

Reingesting a raw image now writes an AlphaCube group

parent 25d93b7f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -70,10 +70,10 @@ void IsisMain() {
        }
      }
      else {
        translateLabels(xmlFileName, outputCube, transExportFile);
        if(outputLabel->findObject("IsisCube").hasGroup("Mapping")) {
          outputLabel->findObject("IsisCube").deleteGroup("Mapping"); 
        }
        translateLabels(xmlFileName, outputCube, transExportFile);
      }
    }