Commit abe70e78 authored by Kris Becker's avatar Kris Becker
Browse files

Removed Alpha group from amica2isis; output is now in real format. Fixes #2193

git-svn-id: http://subversion.wr.usgs.gov/repos/prog/isis3/trunk@6079 41f8697f-d340-4b68-9986-7bafba869bb8
parent f9b37904
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -145,6 +145,7 @@ void IsisMain ()
  OriginalLabel oldLabel(label);
  outcube->write(oldLabel);

#if 0
  // Check for subimage and create an AlphaCube that describes thes subarea and
  // update the cube labels. DO NOT adjust for scale.  Camera model will handle
  // that. Coordinates in label are 0-based.
@@ -162,6 +163,7 @@ void IsisMain ()

     subarea.UpdateGroup(*outcube);
  }
#endif

  //  All done...
   p.EndProcess();
+6 −2
Original line number Diff line number Diff line
@@ -204,6 +204,11 @@
      (or crop) feature which provides necessary elements for the AMICA camera 
      model to work properly.  Fixes #2056.
    </change>
    <change name="Kris Becker" date="2015-02-26">
      Removed AlphaCube usage to favor more flexible implementation in the 
      AMICA camera model. Output of the image data is now in real format.
      Fixes #2180 and #2193.
    </change>
  </history>

  <category>
@@ -231,8 +236,7 @@
      
      <parameter name="TO">
         <type>cube</type>
<!--   Uncomment the pixelType statement to get 32-bit output -->
<!--         <pixelType>real</pixelType> -->
         <pixelType>real</pixelType>
         <fileMode>output</fileMode>
         <brief>Output ISIS3 cube filename</brief>
         <description>