Official websites use .gov
A .gov website belongs to an official government organization in the United States.

Secure .gov websites use HTTPS
A lock ( ) or https:// means you’ve safely connected to the .gov website. Share sensitive information only on official, secure websites.

ISIS Documentation

cnetbin2pvl

Converts an Isis control network file from binary into pvl format.

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.


Categories


History

Tracie Sucharski2010-06-01 Original version
Tracie Sucharski2010-10-13 Change parameter name to FROM and TO.
Steven Lambright2011-04-05 Added a basic progress
Adam Goins2018-01-24 Updated Description to reflect UTF-8 file format. Added link to current PVL template. Added user example.

Parameters

Files

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

Example 1

Converting a binary Control Network to a PVL network.

A binary V0001 Control Network converted to the latest PVL network.

Command Line

In this example, we are converting a binary V0001 network from the test data area to a PVL network.
cnetbin2pvl from=$ISISDATA/base/examples/unitTest_ControlNetVersioner_ProtoNetwork1_ProtoV0001.net to=PvlNetwork.pvl

GUI Screenshot

Cnetbin2pvl -gui

Example GUI

Cnetbin2pvl -gui

Screenshot of GUI with parameters filled to convert a binary Control Network to a PVL network.

Input Image

Input control network

Input binary V0001 control network

Input control network

Parameter Name: FROM

This is the input network that will be ingested by cnetbin2pvl.

Output Image

Output PVL network that was made from the existing network.

Output PVL network from cnetbin2pvl

Output PVL network that was made from the existing network.

Parameter Name: TO

This is the PVL network that results from running cnetbin2pvl.