home *** CD-ROM | disk | FTP | other *** search
- Reading LANSAT Tapes
-
- There are several procedures provided with IDRISI to allow you to read
- LANDSAT tapes. The first is a Pascal source program for downloading from a
- VAX computer system. The second is to use the module named WINDOW. A final
- one is to use one of PARE, BILIDRIS or BIPIDRIS. Notes on these follow :
-
-
- 1. IDRISI LANDSAT-TM/MSS Downloading Program
-
- (c) 1988-92 J.Ronald Eastman
-
- Included on this disk is a file named LANDSAT.PAS -- a PASCAL source code
- file for a program that will allow you to window out a portion of a Landsat
- TM or MSS computer-compatible tape in CCT-X band sequential format. It is
- written in VAX Pascal and is intended for use on Digital Equipment Corpora-
- tion VAX/VMS systems (although the code can easily be modified to run on
- other similar systems). The output is a binary byte-format file in IDRISI
- byte binary format. This format consists of a single record of one byte
- for each pixel in the window extracted. There is no header at the beginning
- of the file. This file can subsequently be imported into IDRISI by running
- the DOCUMENT module to create a proper documentation file. Simply note the
- number of rows and columns.
-
- Please note that the program is currently configured for TM (Thematic Mapper)
- imagery, and will need to be changed for LANDSAT-MSS data. The critical
- change is in the rec_length variable at the start of the program. For MSS
- data, the rec_length should read 3595. If you are uncertain about the number
- of header records and the length of the record header, set them both to zero
- -- your window may be slightly off in its positioning, but you can determine
- this by eye later. Enjoy ...
-
-
- 2. Using WINDOW to Download Tapes
-
- WINDOW can be used to extract a subset out of a LANDSAT tape. If you are
- to convert the whole image, however, it would be better to use one of
- PARE, BILIDRIS or BIPIDRIS as described below.
-
- If you have a tape drive directly attached to your PC, the easiest was to
- download a sub-window is to copy the entire data file (it must be BSQ)
- onto your hard disk. Rename that file to give it an ".img" extension. Then
- construct a bogus documentation file for it by copying one from some other
- image. Then use DOCUMENT to modify the contents of the documentation file
- to match the image you wish to download. The only crtitical item this
- documentation file needs is the correct number of columns (which is identical
- to the record length -- ordinarily 4320 for TM or 3596 for MSS) and a
- number of rows which equals or exceeds the number of rows. Don't worry
- about the min and max (put 0 and 255 if in doubt). Then make sure that the
- file data data tyles are binary and byte respectively. Then run WINDOW with
- an "r" command line parameter (i.e., "window r"). This will allow you
- to remove the header -- specify a value equal to the record length when
- asked. The indicate what rows and columns you wish to extract. The extracted
- sub-image will have a correct min and max determined automatically.
-
-
- 3. Using PARE, BILIDRIS or BIPIDRIS to Download Tapes
-
- If you have a directly connected tape drive, each of these three modules can
- be used to convert an entire image to IDRISI format. PARE converts Band
- Sequential (BSQ) files. BILIDRIS converts Band-Interleaved-by-Line files
- (BIL) while BIPIDRIS converts Band-Interleaved-by-Pixel (BIP) files. All
- three of these modules can bypass the header (4320 bytes for TM, 3596 for
- MSS). In addition, these modules will create a documentation file directly.
- Refer to the manual for further details.