Progress of this program can be monitored. See MONITOR section.
Name Prompt Count Type FILE Database File Name 1-64 Char MTIC Mag Tape Input Channel List 1-16 Int DBOC Database Output Channel List 1-16 Int MTIW Mag Tape Input Window 0-4 Int DBOW Database Output Window 0-4 Int MTID Mag Tape ID 0-20 Char STARTFIL Start File on Tape 1 Int
EASI>FILE="filename"
EASI>MTIC=i,j,...,p
EASI>DBOC=i,j,...,p
EASI>MTIW=Xoffset,Yoffset,Xsize,Ysize EASI>MTIW= | defaults to entire image
EASI>DBOW=Xoffset,Yoffset,Xsize,Ysize EASI>DBOW= | defaults to entire image
EASI>MTID="dd-mmm-yy"
EASI>STARTFIL=1 | read first file on tape EASI>STARTFIL=n | read nth file on tape
Any arbitrary rectangular window on tape (MTIW) can be transferred to any arbitrary rectangular window on the database (DBOW). If no window is specified, then the window is defaulted to the full size window of the display device. Shrinking and/or zooming is automatically performed.
The number of pixels per line (MTIW(3)) to transfer must be less than or equal to 8192 pixels for PC systems, or 32256 pixels for all other systems. The maximum number of pixels per line (MTIW(3)) times the number of bands being read from tape (F$LEN(MTIC)) must be less than or equal to 32768 bytes for PC systems, or 524288 bytes for all other systems. If MIH fails with "work buffer too small" error, this could be remedied by specifying fewer channels and running MIH more than once.
Any file (image) on tape (STARTFIL) can be specified. MIH will rewind, then advance to the selected start file number before transferring.
A 20-character mag tape ID (MTID) can be saved in the channel descriptors for future reference.
A TAPE MUST BE MOUNTED ON THE TAPE DRIVE BEFORE MIH CAN BE RUN. CLEANING THE TAPE HEADS IS RECOMMENDED TO MINIMIZE THE CHANCE OF OF TAPE READ ERRORS.More information on the PCI mag tape format can be found in the documentation for program IMH.
EASI>MONITOR="ON" | turn monitor ON (default)
EASI>MONITOR="OFF" | turn monitor OFF (recommended if
| running in batch/background mode)
EASI>FILE="pciimage.pix" EASI>DBNC=3 EASI>DBSZ=512,512 EASI>RUN CIM EASI>MTIC=1,2,3 EASI>DBOC=1,2,3 EASI>MTIW=0,0,512,512 EASI>DBOW=0,0,512,512 EASI>MTID="test" EASI>STARTFIL=1 EASI>RUN MIH