Progress of this program can be monitored. See MONITOR section.
Name Prompt Count Type FILI Database Input File Name 1-64 Char FILO Database Output File Name 1-64 Char DBIC Database Input Channel List 1 Int DBIW Database Input Window 0-4 Int
EASI>FILI="filespec"
More than one DEM file may be written, depending on the size and location of the DEM data. The DEM files are created and ordered from right to left (west to east), and from top to bottom (north to south). Each DEM file covers a 7.5 by 7.5 minute area. The DEM file names are of the form "filename.m-n", where "m" and "n" specify the row and column number.
EASI>FILO="filename"Note: on some systems, where file extensions can only be three characters, the generated names may be slightly different than described above. Using a short file name (4 characters or less) is recommended on OS/2 and Windows systems.
EASI>DBIC=i
EASI>DBIW=Xoffset,Yoffset,Xsize,Ysize EASI>DBIW= | use entire image
DEMWRIT transfers image data on an image channel (DBIC) to a USGS (United States Geological Survey) DEM (Digital Elevation Model) format text file on disk. The PCIDSK file must be georeferenced using UTM coordinates WITH A ZONE NUMBER (using the GEOSET or PROSET programs).
DEM files are created and ordered from right to left (west to east) and from top to bottom (north to south). Each DEM file covers a 7.5 minute longitude by 7.5 minute latitude area. The file extension for the DEM file specifies its location within the grid of new DEM files created by DEMWRIT as follows:
+-------------------------------+ | 1-1 | 1-2 | ... | 1-n | +-------------------------------+ | 2-1 | 2-2 | ... | 2-n | +-------------------------------+ | ... | ... | ... | ... | +-------------------------------+ | m-1 | m-2 | ... | m-n | +-------------------------------+The grid of DEM files may not be perfectly rectangular. Some files along the first or last row or column may be missing, depending on the location of the input window from the PCIDSK image file. Portions of the DEM file which do not cover the area specified by the input window have zero filler.
EASI>MONITOR="ON" | turn monitor ON (default)
EASI>MONITOR="OFF" | turn monitor OFF (recommended if
| running in batch/background mode)
EASI>FILI="irvine.pix" EASI>FILO="irvine" EASI>DBIC=10 EASI>DBIW= EASI>RUN DEMWRIT