ISIS Application Documentation
camstats | Printer Friendly View | TOC | Home |
Generates and outputs camera statistics for a cube in raw camera geometry
Overview | Parameters |
DescriptionThis program generates camera statistics from a user-supplied Level0 or Level1 cube. The output of camstats can be directed to a PVL file or a comma-delimited text file (flat file). For each output group, the program will calculate the minimum, maximum, average, and standard deviation values. The output groups are listed below: The output values are calculated using the entire image area. However, the number of data collection points for the statistics can be controlled by using the line increment (LINC) and sample increment (SINC) parameters. The default value for LINC and SINC are 1. If the default value is used, then every line and sample of the image is used in the calculation of the output values. The increment value can be increased to reduce program execution time. If a value other than 1, for example the number 10, is assigned to LINC and SINC, then every tenth line and tenth sample of the image are used in the calculation of the output values. The edges of the image are always sampled even if the increment does not fall on the edge. Keep in mind that sparse increments assigned to LINC and SINC are susceptible to an adverse effect on the accuracy of the statistics. The statistics are output both to the screen and to the print.prt file in PVL format. Additionally, if the user specifies a file using the TO parameter, the statistics are written to that file in PVL format (default) or as a comma-separated-value text file (FLAT file), depending on the FORMAT parameter. If the output file exists and the APPEND parameter is set to "no", the contents will be overwritten. CategoriesRelated Objects and DocumentsApplicationsHistory
|
Parameter GroupsFiles
Option
|
Input cube with appropriate camera labels (refer to spiceinit). The input must be a Level0 or Level1 cube.
Type | cube |
---|---|
File Mode | input |
Filter | *.cub *.CUB |
If this option is selected, the output camera statistics will be attached to the input cube's label under the group "CameraStatistics."
Applications such as qmos reference the attached label for geometric information of the cube.
Type | boolean |
---|---|
Default | FALSE |
A text file in label format (PVL), which will contain the results of camstats. This output file, for example, can be used with the getkey application to pass the results to other programs when developing scripts.
Alternatively, the output can be written to a text file format, see the "FORMAT" parameter for more information.
The format is ignored unless the "TO" parameter is specified.Type | filename |
---|---|
File Mode | output |
Internal Default | None |
This is the format type for the output file. PVL format is the default. The format is ignored unless the TO parameter is specified.
Type | string | |||||||||
---|---|---|---|---|---|---|---|---|---|---|
Default | PVL | |||||||||
Option List: |
|
If this option is not selected, the output from the camstats application is appended to the output file. If this option is set to "NO" or "FALSE," any information in the TO file is overwritten.
Note: This will append the formatted results to the end of the TO file without regard to the formatting of the current contents.
Type | boolean |
---|---|
Default | FALSE |
LINC will control the number of lines where statistical data are collected. If a LINC of 10 is entered, every tenth line will be used in the data collection. This parameter as well as the SINC parameter are primarily used to reduce runtime for very large images by collecting data from a smaller statistical sample rather than the entire image.
Note: Keep in mind that if the LINC increment is set too sparsely, this could adversely influence the accuracy of the statistics.
Type | integer |
---|---|
Default | 1 |
SINC will control the number of samples where statistical data are collected. If a SINC of 10 is entered, every tenth sample will be used in the data collection. This parameter as well as the LINC parameter are primarily used to reduce runtime for very large images by collecting data from a smaller statistical sample rather than the entire image.
Keep in mind that if the SINC increment is set too sparsely, this could adversely influence the accuracy of the statistics.
Type | integer |
---|---|
Default | 1 |