Help for MARSICMSTAT

PURPOSE:
Simple program to report various statistics from an ICM (or correlation)file.

It pulls a certain set of information needed by the CRISP server from labels
and makes them available via output variables (use v2param to access).

Additionally (and optionally), it determines the bounding box of non-zero
data for the input image.  It looks at only band 1 for efficiency, assuming
all the other bands' non-zero status is the same.

EXECUTION:

marsicmstat inp=disp.imp

then:

set count = `v2param corr_count`

or just:

cat `v2param -file`

METHOD:
Simple search though all pixels for the bounding box.  Uses the label API
to pull output label items.

HISTORY:

2020-09-04 rgd	Initial version

COGNIZANT PROGRAMMER:  Bob Deen


PARAMETERS:


INP

Input image.

DO_BOUNDS

Selects bound computation or not.

NLOUT

Output number of lines

NSOUT

Output number of samples

OVR_PCT

Output correlation overlap percentage

AVG_SCALE

Output average correlation scale

LMST

Output Local Mean Standard Time.

BOUND_LEFT

Left side of bounding box

BOUND_RIGHT

Rightside of bounding box

BOUND_TOP

Top side of bounding box

BOUND_BOTTOM

Bottom side of bounding box

INPUT1

First input file for ICM

INPUT2

Second input file for ICM

NAVTABLE

Corrected navigation filename.

CONFIG_PATH

Path used to find configuration/calibration files.

POINT_METHOD

Specifies a mission- specific pointing method to use

MATCH_METHOD

Specifies a method for pointing corrections.

MATCH_TOL

Tolerance value for matching pointing params in pointing corrections file.

RSF

Rover State File(s) to use.

DEBUG_RSF

Turns on debugging of RSF parameter.

COORD

Coordinate system to use.

COORD_INDEX

Coordinate system index for some COORD/mission combos.

FIXED_SITE

Which site is FIXED for rover missions.

SOLUTION_ID

Solution ID to use for COORD_INDEX

See Examples:


Cognizant Programmer: