MVZ -- NOPS CZCS Tape to Video Transfer

Transfers image data from a NOPS NIMBUS-7 (CZCS) magnetic tape to the video display.

PARAMETERS

MVZ is controlled by the following global parameters:

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

MTIC

The PACE parameter MTIC represents a list of image channels that reside on the input magnetic tape:

 EASI>MTIC=i,j,...,n             | integers, 1-6

VDOC

The PACE parameter VDOC represents the video output channels where the data will be transferred from mag tape:

 EASI>VDOC=i,j,...,m             | integers, 1-6

MTIW

The PACE parameter MTIW represents a window on magnetic tape that will be transferred to the video display:

 EASI>MTIW=Xoffset,Yoffset,Xsize,Ysize

VDOW

The PACE parameter VDOW represents a window on the video display where the data will be transferred from magnetic tape.

 EASI>VDOW=Xoffset,Yoffset,Xsize,Ysize
 EASI>VDOW=                     | defaults to entire display

FLIP

If FLIP="ON", image is flipped.

 EASI>FLIP="OFF"

STARTFIL

Specifies the start file number on tape from which to start reading header and image data. If STARTFIL is greater than one, the program rewinds the tape and advances to the specified file. STARTFIL must be set to the file number required by MSH program to print tape header report.

 EASI>STARTFIL=1              | read first image on tape
 EASI>STARTFIL=n*2 - 1        | read nth image on tape
Each 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.

DETAILS

MVZ transfers image data from any set of bands on NOPS NIMBUS-7 tape (MTIC) to any set of image planes on a video display (VDOC).

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.

EXAMPLE

The number of lines of image data on CZCS NOPS tape is unknown. Run MAGSTRU program to determine the number of lines (records) on each file on tape. The number of pixels per line is fixed at 1968, and the length of image records is fixed at 12780 bytes.

 EASI>REPORT=                           | report to terminal
 EASI>R MAGSTRU
Example 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

About PCI Help Gateway