Commit eaf1f0b6 authored by Tyler Wilson's avatar Tyler Wilson
Browse files

Updated decorstretch to make it compliant with ISIS coding standards(ref#2280)

git-svn-id: http://subversion.wr.usgs.gov/repos/prog/isis3/trunk@6378 41f8697f-d340-4b68-9986-7bafba869bb8
parent 40fb1ca4
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<application name="decorstretch" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://isis.astrogeology.usgs.gov/Schemas/Application/application.xsd">
<application name="decorstretch" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation=
"http://isis.astrogeology.usgs.gov/Schemas/Application/application.xsd">
  <brief>
    Apply a Decorrelation Stretch to a cube
  </brief>
@@ -28,6 +30,10 @@
    <change name="Steven Lambright" date="2008-05-13">
      Removed references to CubeInfo
    </change>
    <change name = "David Miller" date = "2015-07-29">
      Brought application into compliance with ISIS
      coding standards.
    </change>
  </history>

  <groups>
+1 −1

File changed.

Contains only whitespace changes.