Commit 6998ce40 authored by Kristin Berry's avatar Kristin Berry
Browse files

Fixed mosaic re-ingest and added img schema for Array_3D_Image

parent ffca95d8
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -410,7 +410,8 @@ namespace Isis {
                "http://pds.nasa.gov/pds4/sp/v1"); 
    }

    if (imageObject.compare("Array_2D_Image") == 0) {
    if ( (imageObject.compare("Array_2D_Image") == 0) || 
         (imageObject.compare("Array_3D_Image") == 0) ) {
      // Add header info
      addSchema("PDS4_IMG_1900.sch", 
                "PDS4_IMG_1900.xsd",