ISIS Application Documentation
cnetdiff | Standard View | TOC | Home |
Compare two control networks
Description
Categories
Groups
History
Name | Description |
---|---|
FROM | Input Control Network File 1 |
FROM2 | Input Control Network File 2 |
DIFF | Input tolerance file |
TO | Differences |
REPORT | How verbose the output report should be |
Type | filename |
---|---|
File Mode | input |
Filter | *.net *.bin |
Type | filename |
---|---|
File Mode | input |
Filter | *.net *.bin |
This is used to specify tolerances between the two input files. If this file is not specified, the two control network files must match exactly except for date/times.
Type | filename |
---|---|
File Mode | input |
Internal Default | None |
Filter | *.net.DIFF |
This will output the differences to a text file.
Type | filename |
---|---|
File Mode | output |
Internal Default | None |
Filter | *.txt *.pvl |
By default, this application will report the first difference in encounters between the two network (FIRST). This is primarily used for application testing by developers. Users can make use of this application to report a full listing of differences between two networks (FULL).
Note that, at present, this option will only consider the first value of a keyword. It does not compare lists of values or units.
Type | string | |||||||||
---|---|---|---|---|---|---|---|---|---|---|
Default | FIRST | |||||||||
Option List: |
|
Steven Lambright | 2010-10-19 | Original version |
Christopher Austin | 2011-01-18 | Altered to compile with the new Control redesign. |
Jeannie Backer | 2011-07-27 | Added documentation. |
Travis Addair | 2012-04-26 | Added REPORT radio button allowing users to select the FULL option and get a complete PVL report of all differences between two networks. |
Jesse Mapel | 2016-03-29 | Added missing "]" in results message. Error messages are now complete sentences. Fixes #3871. |