ISIS Application Documentation
cnetbin2pvl | Standard View | TOC | Home |
Converts an Isis control network file from binary into pvl format.
Description
Categories
Groups
Examples
History
This program converts an Isis control network file from binary into a human readable UTF-8 pvl formatted file. The output .pvl will be written as the latest PVL version. The most recent PVL template can be found in the Control data directory under templates/controlnetworks.
Name | Description |
---|---|
FROM | Binary formatted control net file |
TO | PVL formatted control net file |
A control net file in binary format.
Type | filename |
---|---|
File Mode | input |
Filter | *.bin |
A control network file in the PVL format.
Type | filename |
---|---|
File Mode | output |
Filter | *.cnet *.pvl |
Converting a binary Control Network to a PVL network.
Example GUI Screenshot of GUI with parameters filled to convert a binary Control Network to a PVL network. |
Input binary V0001 control network
Parameter Name:
FROM This is the input network that will be ingested by cnetbin2pvl. |
Output PVL network from cnetbin2pvl
Parameter Name:
TO This is the PVL network that results from running cnetbin2pvl. |
Tracie Sucharski | 2010-06-01 | Original version |
Tracie Sucharski | 2010-10-13 | Change parameter name to FROM and TO. |
Steven Lambright | 2011-04-05 | Added a basic progress |
Adam Goins | 2018-01-24 | Updated Description to reflect UTF-8 file format. Added link to current PVL template. Added user example. |