Progress of this program can be monitored. See MONITOR section.
Name Prompt Count Type BUFILE DIPIX File Name 1-9 Char FILE Database Filename 1-64 Char MTIW Mag Tape Input Window 0-4 Int DBOW Database Output Window 0-4 Int DBOC Database Output Channel List 1 Int
Character: 1 2 3 4 5 6 7 8 9 Contents: (A A A)(X X)(C C C C)Characters 1 through 3 specify an Dipix area name. Characters 4 and 5 specify the type of image file: Feature (FF) Theme (TT), or 16-bit unsigned integer (FS). Characters 6 through 9 specify a Dipix style channel identifier.
EASI>BUFILE="...string..."
EASI>FILE="filespec" | input file name
EASI>MTIW=Xoffset,Yoffset,Xsize,Ysize EASI>MTIW= | defaults to image size on tape
EASI>DBOW=Xoffset,Yoffset,Xsize,Ysize
EASI>DBOW= | default to size of database
| image channels
EASI>DBOC=i | integerOutput channels may be of any type (8, 16 or 32 bit).
MBUIMA transfers the rectangular window specified by MTIW from the tape into the output window, specified by DBOW, on database. Any arbitrary file and window may be read from tape providing that the window falls within the limits of the image on tape. If no input window is specified, then the window is defaulted to the full size window as determined from the BU tape file. Shrinking and zooming in both dimensions are automatically performed.
The two types of Dipix image files supported by this task are feature files and theme files. Each byte of a feature file is characterized by a 256-level value ascribed to its associated pixel. Each byte of a theme file defines up to eight themes (one per bit) which may be associated with that pixel.
The Dipix BU file name is stored in the database channel descriptor on completion of the data transfer.
MBUIMA only reads ONE file in per run. So if you want to transfer `N' channels on tape to database, then you must run MBUIMA `N' times, setting up the appropriate parameters.
The description of the Dipix tape format is given in documentation for MBUREP program.
MBUIMA can read Dipix BU image files which have a maximum of 32768 pixels per line for 8-bit unsigned imagery. (If not 8-bit unsigned imagery, MBUIMA will handle a maximum scanline width of 8192 pixels.) (On IBM PCs, up to 16384 pixels per line of 8-bit unsigned imagery or 4096 pixels per line of non 8-bit imagery can be processed.)
A TAPE MUST BE MOUNTED ON THE TAPE DRIVE BEFORE MBUIMA CAN BE RUN. CLEANING THE TAPE HEADS IS RECOMMENDED TO MINIMIZE THE CHANCE OF TAPE READ ERRORS.
EASI>MONITOR="ON" | turn monitor ON (default)
EASI>MONITOR="OFF" | turn monitor OFF (recommended if
| running in batch/background mode)
EASI>BUFILE="NOAFFBND2" EASI>FILE="NOAFFBND2.PIX" EASI>MTIW= EASI>DBOW= EASI>DBOC=1 EASI>RUN MBUIMA