This link allows most PACE programs to operate on imagery stored in non-PCIDSK files.
See Also: IMAGELN, IMAGERD, CIM, PCIADD2, GeoGateway, FIMPORT
Name Prompt Count Type FILI Database Input File Name 1-64 Char FILO Database Output File Name 1-64 Char DBIW Database Input Window 0-4 Int
EASI> FILI="houston.tif"It is suggested that full pathnames from the root be used for the target file, as this is the filename that is placed into the PCIDSK file to later allow programs to find the original imagery file.
EASI>FILO="houston.pix"
EASI>DBIW=Xoffset,Yoffset,Xsize,Ysize EASI>DBIW= | link entire image
When LINK is run, the input file (FILI) is analysed by the GeoGateway library, the type is detected, and a PCIDSK file is created, linked to the selected window (DBIW) of the input imagery file.
The PCIDSK file created by LINK is FILE interleaved, like PCIDSK files created by CIM with DBLAYOUT="FILE". This means that the actual imagery is stored in a separate file (FILI). No additional copies of the imagery are created. The FILE interleaved PCIDSK file created by LINK contains a description of the data stored in the non-PCIDSK file, similar to that which has to be specified when running PCIADD2.
Only data that is organized as band sequential, band interleaved by line, or band interleaved by pixel can be linked to, so TIFF files with a tiled organization cannot be linked to. Compressed imagery, or image data that is not 8 bit, 16 bit unsigned, 16 bit signed or 32-bit real cannot be linked to, so TIFF bitmap files cannot be linked to.
In addition to linking the newly created PCIDSK file to the imagery on the source file, LINK will also copy over any auxiliary information such as LUTs, PCTs, bitmaps, or vectors. The georeferencing of the output file will be appropriately set based on the subarea of the selected input file (DBIW).
LINK will generate detail lines indicating the imagery size, number of channels, and any auxiliary information copied over.
EASI> FILI="houston.tif" EASI> FILO="houston.pix" EASI> DBIW= EASI> RUN LINK