Commit 8738e658 authored by Adam Goins's avatar Adam Goins
Browse files

Updated cnetbin2pvl.xml images to be of proper size.

parent 6977dea5
Loading
Loading
Loading
Loading
+11 −11
Original line number Diff line number Diff line
@@ -78,33 +78,33 @@
        </description>
      </terminalInterface>
      <inputImages>
        <image src="assets/image/peaks.1.jpg" width="500" height="500">
          <brief>Input image for crop</brief>
        <image src="assets/image/InputNetwork.png" width="500" height="500">
          <brief>Input binary V0001 control network</brief>
          <description>
            This is the input image for the 200x300 example of crop. The area to be "cropped" is shown in red.
            This is the input network that will be ingested by cnetbin2pvl.
          </description>
          <thumbnail caption=" Input image" src="assets/thumb/peaks.1.jpg" width="200" height="200"/>
          <thumbnail caption=" Input control network" src="assets/image/InputNetwork.png" width="200" height="165"/>
          <parameterName>FROM</parameterName>
        </image>
      </inputImages>
      <outputImages>
        <image src="assets/image/peaks.crop.jpg" width="200" height="300">
          <brief>Output image for crop</brief>
        <image src="assets/image/OutputNetwork.png" width="500" height="500">
          <brief>Output PVL network from cnetbin2pvl</brief>
          <description>
            This is the output image for the 200x300 example of crop
            This is the output image for an execution of cnetbin2pvl.
          </description>
          <thumbnail caption="Output image showing results of the crop application with 200 by 300 input." src="assets/thumb/peaks.crop.jpg" width="133" height="200"/>
          <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>
      <guiInterfaces>
        <guiInterface>
          <image width="472" height="388" src="assets/image/cropgui.jpg">
          <image width="500" height="500" src="assets/image/cnetbin2pvlGUI.png">
            <brief>Example Gui</brief>
            <description>
              Screenshot of GUI with parameters filled in to perform a 200 pixel by 300 pixel crop of the input image.
              Screenshot of GUI with parameters filled to transform a binary control network as a PVL.
            </description>
            <thumbnail width="200" height="165" caption="Crop Gui" src="assets/thumb/cropgui.jpg"/>
            <thumbnail width="200" height="165" caption="Cnetbin2pvl Gui" src="assets/image/cnetbin2pvlGUI.png"/>
          </image>
        </guiInterface>
      </guiInterfaces>