ISIS Application Documentation
histat | Standard View | TOC | Home |
Generates statistics about a HiRISE cube and ancillary data
Description
Categories
Groups
Examples
History
The user is given much more flexibility in excluding samples from the calibration and dark reference areas of the actual (not calibration) image. The specific parameters used are described in the "Parameters" section.
Name | Description |
---|---|
FROM | A HiRISE cube from the "hirise2isis" program. |
TO | Output file to contain statistics |
Name | Description |
---|---|
USEOFFSETS | crop the edge columns of regions |
Name | Description |
---|---|
LEFTIMAGE | Offset for the left side of the image area |
RIGHTIMAGE | Offset for the right side of the image area |
LEFTCALBUFFER | Offset for the left side of the calibration buffer |
RIGHTCALBUFFER | Offset for the right side of the calibration buffer |
LEFTCALDARK | Offset for the left side of the calibration dark pixels |
RIGHTCALDARK | Offset for the right side of the calibration dark pixels |
LEFTBUFFER | Offset for the left side of the image buffer |
RIGHTBUFFER | Offset for the right side of the image buffer |
LEFTDARK | Offset for the left side of the image dark pixels |
RIGHTDARK | Offset for the right side of the image dark pixels |
The file specification for the input HiRISE cube.
Type | cube |
---|---|
File Mode | input |
Filter | *.cub |
This ascii file will contain the statistics of the various HiRISE components. It is written in such a format that the values can be read using the getkey program. This is useful for when developing scripts.
Type | filename |
---|---|
File Mode | output |
Internal Default | No Output file will be created |
Filter | *.txt |
Boolean option to include offsets to disregard the edge columns (true) or to include all columns from all buffers (false).
Type | boolean |
---|---|
Default | TRUE |
Inclusions |
|
this number of pixels will be ignored on the right side of the ramp, lines postramp, and image areas
Type | integer |
---|---|
Default | 0 |
Internal Default | 0 |
this number of pixels will be ignored on the right side of the ramp, lines postramp, and image areas
Type | integer |
---|---|
Default | 1 |
Internal Default | 1 |
This number of pixels will be ignored on the left side of the buffer area of the calibration image
Type | integer |
---|---|
Default | 3 |
Internal Default | 3 |
This number of pixels will be ignored on the right side of the buffer area of the calibration image
Type | integer |
---|---|
Default | 1 |
This number of pixels will be ignored on the left side of the dark area of the calibration image
Type | integer |
---|---|
Default | 3 |
This number of pixels will be ignored on the right side of the dark area of the calibration image
Type | integer |
---|---|
Default | 1 |
This number of pixels will be ignored on the left side of the buffer area of the main image
Type | integer |
---|---|
Default | 3 |
This number of pixels will be ignored on the right side of the buffer area of the main image
Type | integer |
---|---|
Default | 1 |
This number of pixels will be ignored on the left side of the dark area of the main image
Type | integer |
---|---|
Default | 3 |
This number of pixels will be ignored on the right side of the dark area of the main image
Type | integer |
---|---|
Default | 1 |
No offsets used
Example Gui Screenshot of GUI with parameters set to gather stats without offsets. |
HiRISE input image for histat
Parameter Name:
FROM This is the input image for which we will gather statistics. |
Output from histats without offsets | This is the output file from running histats without any offsets. |
---|
Jeff Anderson | 2004-06-18 | Original version |
Stuart Sides | 2005-07-06 | Fixed reporting of special pixels within the HiRISE tables. Special pixels were not being converted from 16 bit signed word to 32 bit double values before being sent to the Statistics objects. |
Drew Davidson | 2006-01-18 | Added the ability to use offsets so that edges of the calibration data may be disregarded. |
Drew Davidson | 2006-01-23 | Seperated calibration image into reverse, masked, and ramp groups. |
Drew Davidson | 2006-05-25 | Changed the default offsets, keywords, and internal offsets, Also added the CAL_DARK_RAMP group and the IMAGE_POSTRAMP group |
Stuart Sides | 2006-10-06 | Fixed bug where the number of mask lines was calculated. This also effected the number of ramp lines. |
Stuart Sides | 2006-10-06 | Modified brief and full descriptions of the keywords for ignoring left and right edges of the different calibration and main image portions of the observation to eliminate identical descriptions. |
Kris Becker | 2007-01-18 | Merged the changes made by Drew Davidson with the USGS version to provide single source code management. Changed how the data is recorded. When a TO file is given output is not written to the terminal or the log file. If TO is not given, output is written to the terminal and the log file (default: print.prt). |
Steven Lambright | 2008-05-13 | Removed references to CubeInfo |
Kris Becker | 2009-03-13 | Corrected bug in computation of CAL_DARK_RAMP dataset. It was hardcoded for handling summing mode 1. It has been corrected to handle all summing/tdi combinations. |
Christopher Austin | 2009-06-09 | Removed tabs in source code, fixed the example, expanded and structured documentation. |