| 1 | = Papywizard data/PTGui converter = |
| 2 | |
| 3 | This form converts an output data file to a PTGui template file. |
| 4 | |
| 5 | {{{ |
| 6 | #!html |
| 7 | <form action="http://www.papywizard.org/static/ptguiConverter.py" method="POST" enctype="multipart/form-data" name="xslt" id="xsltForm"> |
| 8 | <strong>Data file: </strong><br /> |
| 9 | <input type="file" size="65" name="xmlFile" /><br /> |
| 10 | <br /> |
| 11 | <strong>Horizontal lens FoV : </strong><br /> |
| 12 | <input type="entry" size="25" name="lensHorizFov" /><br /> |
| 13 | <br /> |
| 14 | <strong>Lens type:</strong><br /> |
| 15 | <input type="entry" size="25" name="lensType" /><br /> |
| 16 | <br /> |
| 17 | <input type="submit" value="Convert" /> |
| 18 | </form> |
| 19 | }}} |