Name Prompt Count Type MTIC Mag Tape Input Channel List 1-6 Int VDOC Video Output Channel List 1-6 Int MTIW Mag Tape Input Window 0-4 Int VDOW Video Output Window 0-4 Int FLIP Flip Image: ON/OFF 2-3 Char STARTFIL Start File on Tape 1 Int
EASI>MTIC=i,j,...,n | integers, 1-6
EASI>VDOC=i,j,...,m | integers, 1-6
EASI>MTIW=Xoffset,Yoffset,Xsize,Ysize
EASI>VDOW=Xoffset,Yoffset,Xsize,Ysize EASI>VDOW= | defaults to entire display
EASI>FLIP="OFF"
EASI>STARTFIL=1 | read first image on tape EASI>STARTFIL=n*2 - 1 | read nth image on tapeEach image requires 2 files: a header file and an data file. Therefore, to read image 1, 2, 3 or 4, set STARTFIL to 1, 3, 5 or 7 respectively. To read nth image on tape, set STARTFIL to n*2 - 1.
Any arbitrary rectangular window on tape (MTIW) can be transferred to any arbitrary rectangular window on the display (VDOW). Shrinking and/or zooming is automatically performed. To specify MTIW parameter run MAGSTRU first to get number of lines for the required file. Number of pixel on tape is fixed and equal 1968. Number of band on the tape is always 6. If MTIW is defaulted program assumed the number of lines as 970 (MTIW=0,0,1968,970).
The image can be flipped (FLIP) while transferring to the display, turning the image upside-down. By default, flipping is OFF.
A TAPE MUST BE MOUNTED ON THE TAPE DRIVE BEFORE MVZ CAN BE RUN. CLEANING THE TAPE HEADS IS RECOMMENDED TO MINIMIZE THE CHANCE OF TAPE READ ERRORS.
EASI>REPORT= | report to terminal EASI>R MAGSTRUExample Report:
2 rec 630 (header file for 1st image on tape)
EOF
1 rec 5328
769 rec 12780 (769 lines of data for 1st image)
1 rec 5328
EOF
2 rec 630 (header file for 2nd image on tape)
EOF
1 rec 5328
970 rec 12780 (970 lines of data for 2nd image)
1 rec 5328
EOF
" "
2 rec 630 (header file for last image on tape)
EOF
1 rec 5328
481 rec 12780 (481 lines of data for last image)
1 rec 5328
EOF
EOF (end of tape, last file)
To read the first image on tape (STARTFIL=1), specify MTIW =
0,0,1968,769.
EASI>MTIC=1,2,3 EASI>VDOC=1,2,3 EASI>MTIW=0,0,1968,769 EASI>VDOW= EASI>MTID= EASI>FLIP="OFF" EASI>STARTFIL=1 EASI>RUN MVZ