Commit ed19dda6 authored by Makayla Shepherd's avatar Makayla Shepherd
Browse files

Added documention for mosaic ingestion

parent fa4f6582
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -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 {
@@ -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;
+3 −0
Original line number Diff line number Diff line
@@ -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>