Commit e6bba777 authored by Andrew Stebenne's avatar Andrew Stebenne
Browse files

Change camstats so that output can be written to any type of text file, along...

Change camstats so that output can be written to any type of text file, along with some documentation changes. Reference Redmine ticket #175.

git-svn-id: http://subversion.wr.usgs.gov/repos/prog/isis3/trunk@6225 41f8697f-d340-4b68-9986-7bafba869bb8
parent b28e0233
Loading
Loading
Loading
Loading
+16 −4
Original line number Diff line number Diff line
@@ -43,6 +43,16 @@
    Keep in mind that sparse increments assigned to LINC and SINC are 
    susceptible to an adverse effect on the accuracy of the statistics.
    </p>
    <p>
    The statistics are output both to the screen and to the print.prt file in PVL format.
    Additionally, if the user specifies a file using the TO parameter, the statistics are written to
    that file in PVL format (default) or as a comma-separated-value text file (FLAT file), depending
    on the FORMAT parameter.
    </p>
    <p>
    If the output file exists and the APPEND parameter is set to "no", the contents will be
    overwritten.
    </p>
  </description>

  <history>
@@ -81,7 +91,11 @@
      Updated FORMAT and APPEND documentation to be more clear. Made general
      edits for clarity.
    </change>
      
    <change name="Andrew Stebenne" date="2015-04-03">
      Removed the filter on the TO parameter so that any file can be used for output. Updated
      documentation to clarify the existence and functioning of a few quirks. Addresses redmine
      ticket #175.
    </change>
  </history>

  <category>
@@ -144,10 +158,8 @@
          Alternatively, the output can be written to a text file format, 
          see the "FORMAT" parameter for more information.
          </p>
          The format is ignored unless the "TO" parameter is specified.
        </description>
        <filter>
          *.txt *.TXT
        </filter>
      </parameter>
      <parameter name="FORMAT">
        <type>string</type>