Commit 2fbc866e authored by Adam Goins's avatar Adam Goins
Browse files

Updated documentation description for cnetbin2pvl.xml

parent 8738e658
Loading
Loading
Loading
Loading
+9 −9
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@
    <p>
      This program converts an Isis3 control network file from binary into a
      utf pvl formatted file. The output pvl will be written as the latest Pvl version.
      A link to the most recent Pvl template can be found <a href="#ControlNetPVLV0005Template"> here</a>
      The most recent Pvl template can be found in the Control data directory under templates/controlnetworks.
    </p>
  </description>

@@ -67,14 +67,14 @@
  </groups>
  <examples>
    <example>
      <brief>Cnverting a binary ControlNet to a PVL network.</brief>
      <description>A binary V0001 ControlNetwork converted to the latest PVL network.</description>
      <brief>Converting a binary Control Network to a Pvl network.</brief>
      <description>A binary V0001 Control Network converted to the latest Pvl network.</description>
      <terminalInterface>
        <commandLine>
          from=/usgs/cpkgs/isis3/data/control/testData/unitTest_ControlNetVersioner_ProtoNetwork1_ProtoV0001.net to=PvlNetwork.pvl
        </commandLine>
        <description>
          In this example we are converting a Binary V0001 network from the test data area to a Pvl network.
          In this example we are converting a binary V0001 network from the test data area to a Pvl network.
        </description>
      </terminalInterface>
      <inputImages>
@@ -89,11 +89,11 @@
      </inputImages>
      <outputImages>
        <image src="assets/image/OutputNetwork.png" width="500" height="500">
          <brief>Output PVL network from cnetbin2pvl</brief>
          <brief>Output Pvl network from cnetbin2pvl</brief>
          <description>
            This is the output image for an execution of cnetbin2pvl.
            This is the Pvl network that results from running cnetbin2pvl.
          </description>
          <thumbnail caption="Output PVL network that was made from the existing network." src="assets/image/OutputNetwork.png" width="200" height="165"/>
          <thumbnail caption="Output Pvl network that was made from the existing network." src="assets/image/OutputNetwork.png" width="200" height="165"/>
          <parameterName>TO</parameterName>
        </image>
      </outputImages>
@@ -102,9 +102,9 @@
          <image width="500" height="500" src="assets/image/cnetbin2pvlGUI.png">
            <brief>Example Gui</brief>
            <description>
              Screenshot of GUI with parameters filled to transform a binary control network as a PVL.
              Screenshot of GUI with parameters filled to convert a binary Control Network to a Pvl network.
            </description>
            <thumbnail width="200" height="165" caption="Cnetbin2pvl Gui" src="assets/image/cnetbin2pvlGUI.png"/>
            <thumbnail width="200" height="165" caption="Cnetbin2pvl -gui" src="assets/image/cnetbin2pvlGUI.png"/>
          </image>
        </guiInterface>
      </guiInterfaces>