| Environments | PYTHON :: EASI |
| Quick links | Description :: Parameters :: Parameter descriptions :: Details :: Example |
| Back to top |
| Back to top |
| Name | Type | Caption | Length | Value range |
|---|---|---|---|---|
| FILE * | String | Input file name | 1 - 192 | |
| DBEC * | Integer | Input elevation channel | 1 - 1 | |
| DBSEG * | Integer | Input reference segment | 1 - 1 | |
| BACKELEV | Float | Background elevation value | 0 - 1 | |
| FLDNME | String | Field Name | 0 - 64 | ATTRIBUTE | Z-COORD Default: ATTRIBUTE |
| REPORT | String | Report mode | 0 - 192 | Quick links |
| MONITOR | String | Monitor mode | 0 - 3 | ON, OFF Default: ON |
| Back to top |
FILE
Specifies the name of the PCIDSK image database file that contains the input segment.
DBEC
Specifies the image channel in FILE that contains the digital elevation data.
DBSEG
Specifies the input GCP or vector segment in FILE.
BACKELEV
Optionally specifies the background elevation value (or no-data value) in the DEM elevation channel (DBEC). Pixels having this value will not be compared with the elevation values in the input GCP or vector segment (DBSEG). This permits the omission of specific regions when computing the root mean square error.
FLDNME
Specifies the attribute field or the z-coordinate from which elevation values should be extracted, if the input reference segment is a vector segment.
REPORT
Specifies where to direct the generated report.
Available options are:
MONITOR
The program progress can be monitored by printing the percentage of processing completed. A system parameter, MONITOR, controls this activity.
Available options are:
| Back to top |
This program generates an RMS error report between the extracted DEM from satellite images or airphotos and the input elevations from an input GCP or vector segment with an attribute or z-coordinate as the elevation.
The FILE parameter specifies the name of the PCIDSK file that contains the extracted elevations. This file may be either georeferenced or non-georeferenced. The input file must contain the digital elevation channel (DBEC) and the input reference segment (DBSEG). The reference segment may be a GCP segment (type 214) or a vector segment (type 116). If it is a vector segment, either an attribute field or the z-coordinate may be used as the source of the elevation values. The georeferencing of the file and the input segment must be compatible to compute the RMS report.
The BACKELEV parameter specifies the background elevation value in the digital elevation channel in which the elevation will not be compared with the values in the input segment. This permits the omission of specific regions when computing the RMS error.
| Back to top |
The user has extracted the DEM of the file "irvine.pix" and the results are stored in channel 3 of the file. The user wants to compare the extracted digital elevation with the input GCP segment stored in segment 2 of the file. The background elevation value is -20.
EASI>FILE = "irvine.pix" EASI>DBEC = 10 EASI>DBSEG = 27 EASI>BACKELEV = -20 EASI>FLDNME = EASI>REPORT = EASI>MONITOR = EASI>R ELEVRMS
© PCI Geomatics Enterprises, Inc.®, 2026. All rights reserved.