Home

Quick Links

Software Manual
GitHub
API Reference

Documentation Versions

Latest Release
Dev
8.3.0
8.2.0
8.1.0
8.0.0
7.2.0
7.1.0
7.0.0
6.0.0
3.9.0
3.5.0
USGS

ISIS Application Documentation


cnettable

Printer Friendly View | TOC | Home

Application to get Excel compatible statistics

Overview Parameters Example 1

Description

This application takes a control net and outputs the same data avalible from campt for every control measure in the control net. It also outputs data about the measure and point. This data is formated as a flat file and is comma seperated so it can be imported to Excel. The columns titles in the file are:
  • ControlPointId
  • PointType
  • Ignored
  • Held
  • Invalid
  • UniversalLatitude
  • UniversalLongitude
  • Radius
  • Filename
  • Sample
  • Line
  • PixelValue
  • Declination
  • PlanetocentricLatitude
  • PlanetographicLatitude
  • PositiveEast360Longitude
  • PositiveEast180Longitude
  • PositiveWest360Longitude
  • PositiveWest180Longitude
  • BodyFixedCoordinateX
  • BodyFixedCoordinateY
  • BodyFixedCoordinateZ
  • LocalRadius
  • SampleResolution
  • LineResolution
  • SpacecraftPositionX
  • SpacecraftPositionY
  • SpacecraftPositionZ
  • SpacecraftAzimuth
  • SlantDistance
  • TargetCenterDistance
  • SubSpacecraftLatitude
  • SubSpacecraftLongitude
  • SpacecraftAltitude
  • OffNadirAngle
  • SubSpacecraftGroundAzimuth
  • SunPositionX
  • SunPositionY
  • SunPositionZ
  • SubSolarAzimuth
  • SolarDistance
  • SubSolarLatitude
  • SubSolarLongitude
  • SubSolarGroundAzimuth
  • Phase
  • Incidence
  • Emission
  • NorthAzimuth
  • EphemerisTime
  • UTC
  • LocalSolarTime
  • SolarLongitude
  • ZScoreMin
  • ZScoreMax
  • SampleError
  • LineError
  • ErrorMagnitude
  • Type
  • IsMeasured
  • IsValidated
  • Ignore
  • GoodnessOfFit
  • Error

Categories


Related Objects and Documents

Applications


History

Mackenzie Boyd2009-09-11 Original version
Mackenzie Boyd2010-03-12 Added ALLOWOUTSIDE option default behavior not modified at all.
Mackenzie Boyd2010-03-25 Change to CameraPointInfo added two parameters to output and modified two Output now had PositiveEast360Longitude and PositiveWest180Longitude. Also made append option more forgiving so that it will create a file if none exists.
Mackenzie Boyd2010-05-24 Added option to allow for errors so that instead of crashing the program continues and reports the errors in the output file.
Mackenzie Boyd2010-06-07 Updated and added to documentation.
Christopher Austin2010-06-08 Gave cnettable the ability to compile
Mackenzie Boyd2011-04-11 Modified outputs which would have been Isis::Null double values to now be empty strings.
James Alexander Crough2011-07-19 Made the software output all of the log values in addition to the normal output of the software.
Jeannie Backer2014-08-22 Updated truth data due to modifications, printing NULL instead of N/A. References #1659.
Tyler Wilson2014-08-17 Updated application truth data due to modifications in CameraPointInfo class. References #476.
Kaj Williams2017-04-21 Trimmed extra commas from label and data. References #4657.

U.S. Department of the Interior | U.S. Geological Survey
ISIS | Privacy & Disclaimers | Astrogeology Research Program
To contact us, please post comments and questions on the USGS Astrogeology Discussion Board
To report a bug, or suggest a feature go to: ISIS Github
File Modified: 02/21/2025 19:28:09
X

Files: FROMLIST


Description

Use this parameter to select the filename of a list of cubes the cubes used to create the control net.

Type filename
File Mode input
Filter *.txt *.lis *.lst *.list
Close Window
X

Files: CNET


Description

The control net from which to derive statistics.

Type filename
File Mode input
Filter *.net *.cnet
Close Window
X

Files: FLATFILE


Description

This file will contain the statistics of all the control measures in the control net.

Type filename
File Mode output
Filter *.txt *.csv
Close Window
X

Files: APPEND


Description

If checked this option allows file output to be appended to a file or create a new file. If the file already exists and append is off the program will overwrite the existing file.

Type boolean
Default false
Close Window
X

Position: ALLOWOUTSIDE


Description

When checked sample/line values that are outside of the images (but close) will be extrapolated. For example a sample of -0.5 would be valid. If this is not checked a sample of -0.5 is not allowed.

Type boolean
Default false
Close Window
X

Errors: ALLOWERRORS


Description

If errors occur such as values not having an intersection with the body or sample line locations outside of the cube with ALLOWOUTSIDE not checked the program will continue and report the error and reason to the file. If no errors occur "N/A" is put into the column, otherwise, the reason for the error is written to the file.

Type boolean
Default false
Close Window