Loading isis/src/tgo/apps/tgocassis2isis/tgocassis2isis.cpp +14 −0 Original line number Diff line number Diff line Loading @@ -161,6 +161,13 @@ void translateCoreInfo(XmlToPvlTranslationManager labelXlater, ProcessImport &im } /** * Translate the cartographic info from the xml. * * @param xmlFileName The xml label file name for the input image. * @param outputCube Pointer to output cube where ISIS3 labels will be added and * updated. */ bool translateMappingLabel(FileName xmlFileName, Cube *outputCube) { //Translate the Mapping Group try { Loading @@ -187,6 +194,13 @@ bool translateMappingLabel(FileName xmlFileName, Cube *outputCube) { } /** * Translate the Mosaic group info from the xml. * * @param xmlFileName The xml label file name for the input image. * @param outputCube Pointer to output cube where ISIS3 labels will be added and * updated. */ bool translateMosaicLabel(FileName xmlFileName, Cube *outputCube) { //Now retrieve the logical_identifier to see if this is a mosaic QDomDocument xmlDoc; Loading isis/src/tgo/apps/tgocassis2isis/tgocassis2isis.xml +3 −0 Original line number Diff line number Diff line Loading @@ -115,6 +115,9 @@ <change name="Kristin Berry and Makayla Shepherd" date="2018-05-15"> Updated to ingest Mapping groups from images have been exported using tgocassisrdrgen. Fixes #5418. </change> <change name="Kristin Berry and Makayla Shepherd" date="2018-05-22"> Updated to ingest mosaics exported from tgocassisrdrgen #5418. </change> </history> <category> Loading Loading
isis/src/tgo/apps/tgocassis2isis/tgocassis2isis.cpp +14 −0 Original line number Diff line number Diff line Loading @@ -161,6 +161,13 @@ void translateCoreInfo(XmlToPvlTranslationManager labelXlater, ProcessImport &im } /** * Translate the cartographic info from the xml. * * @param xmlFileName The xml label file name for the input image. * @param outputCube Pointer to output cube where ISIS3 labels will be added and * updated. */ bool translateMappingLabel(FileName xmlFileName, Cube *outputCube) { //Translate the Mapping Group try { Loading @@ -187,6 +194,13 @@ bool translateMappingLabel(FileName xmlFileName, Cube *outputCube) { } /** * Translate the Mosaic group info from the xml. * * @param xmlFileName The xml label file name for the input image. * @param outputCube Pointer to output cube where ISIS3 labels will be added and * updated. */ bool translateMosaicLabel(FileName xmlFileName, Cube *outputCube) { //Now retrieve the logical_identifier to see if this is a mosaic QDomDocument xmlDoc; Loading
isis/src/tgo/apps/tgocassis2isis/tgocassis2isis.xml +3 −0 Original line number Diff line number Diff line Loading @@ -115,6 +115,9 @@ <change name="Kristin Berry and Makayla Shepherd" date="2018-05-15"> Updated to ingest Mapping groups from images have been exported using tgocassisrdrgen. Fixes #5418. </change> <change name="Kristin Berry and Makayla Shepherd" date="2018-05-22"> Updated to ingest mosaics exported from tgocassisrdrgen #5418. </change> </history> <category> Loading