CSR -- Class Signature Reporter

Generates a soft-copy or hard-copy report for class signatures.

See Also: CSG

PARAMETERS

CSR is controlled by the following global parameters:

Name     Prompt                                  Count     Type
FILE     Database File Name                      1-64      Char
DSIG     Database Class Signature Segment        1         Int
REPORT   Report mode: TERM/OFF/filename          0-64      Char

FILE

Specifies the name of the PCIDSK image file containing signatures to be "printed".

 EASI>FILE="filespec"

DSIG

Specifies the segment (type 121) number of an EXISTING class signature segment on which to report.

 EASI>DSIG=i

REPORT

Specifies the file to which the generated report should be appended.

 EASI>REPORT="filename"
 EASI>REPORT=            | defaults to terminal output
The following names have special meaning:

 EASI>REPORT="TERM"      | generates reports on your terminal
 EASI>REPORT="DISK"      | generates reports on file "IMPRPT.LST"
 EASI>REPORT="OFF"       | switch off report generation

DETAILS

CSR provides a report of the statistical values as calculated by CSG for a specified signature segment (DSIG). These include the following:

This report will be forced to your terminal if reporting has been disabled by the user.

NO modifications to the segment (type 121) are provided.

(Try HELP CSG DETAILS and HELP CSE DETAILS for more information.)

EXAMPLE

This example reports on signature 13 of the file SPOT512.

 EASI>FILE="SPOT512"            | specify file
 EASI>DSIG=13                   | input signature
The following page illustrates the results:

 CSR Classifier Signature Report   EASI/PACE V5.1  13:34 28-OCT-92
 
SPOT512.PIX;1                   [S  4PIC   512P   512L] 25-OCT-92

13:Water     Type:121 [Signatures ]  Last Update: 13:58 27-OCT-92
Contents: Water bodies with no standing vegetation.
Sample size: 17066   Encoding: 10   Threshold: 2.00    Bias: 1.00

Channel        Mean      Deviation    Lo-Limit    Up-limit

  1       26.363200      48.618023       2.000       2.000
  4       15.795110      11.883088       2.000       2.000
  7       13.198001       7.964044       2.000       2.000
Class Correlation Matrix:       

              1              4              7
  +--------------------------------------------
1 |     1.000000         
4 |     0.432193       1.000000
7 |     0.389244       0.791232       1.000000

Class Covariance Matrix:        

              1              4              7
  +--------------------------------------------
1 |     2363.752
4 |      249.628        141.195
7 |      143.043         74.869         63.418

Determinant of Covariance Matrix:  0.64219640E+07

Inverse Covariance Matrix:      

              1              4              7
  +-------------------------------------------
1 |   0.00052156
4 |  -0.00079734     0.02015624
7 |  -0.00023501    -0.02199711     0.04226732

Triangular Inv-Covar. Matrix:   

              1              4              7
  +-------------------------------------------
1 |   0.02283621
4 |  -0.03492239     0.13761134
7 |  -0.01028018    -0.16245916     0.12557204

About PCI Help Gateway