MBUGCP -- DIPIX Format Tape GCP Transfer

Reads a ground control points file from an R-stream Dipix BU tape and creates a new ground control points segment on a PCIDSK database file.

PARAMETERS

MBUGCP is controlled by the following global parameters:

Name     Prompt                                  Count     Type
BUFILE   DIPIX Filename                          1-13      Char
FILE     Database File Name                      1-64      Char
DBSN     Database Segment Name                   1-8       Char
DBSD     Database Segment Description            0-64      Char

BUFILE

Specifies the name of the BU file to be read. MBUGCP will read only one BU file per run. The filename should be of the form:

 Character:         1 2 3  4 5  6 7 8 9  10 11 12 13
 Contents:          (A A A)(G C)(C C C C)(. G C F)
Characters 1 through 3 specify a Dipix area name. Characters 4 and 5 specify the type of file type (GC). Characters 6 through 9 specify a Dipix GCP file name. Characters 10 through 13 specify the file extension, which is normally .GCF for ground control point files. If the file extension is not specified, it defaults to ".GCF".

 EASI>BUFILE="...string..."

FILE

Specifies the PCIDSK file to which to write the ground control point data.

 EASI> FILE = "file_spec"

DBSN

Specifies a 1 to 8-character name that will be assigned to the database ground control points (type 213:GCP) segment.

 EASI>DBSN="project "

DBSD

Optionally specifies a 1 to 64-character descriptor that will be associated with the output ground control points.

 EASI>DBSD="string describing contents or origin of data"

DETAILS

MBUGCP will read a Ground Control Points file (BUFILE) from a Dipix BU tape and writes it to a new Ground Control Point (GCP) segment on a PCIDSK database file (FILE). A 1 to 8-character identifier (DBSN) must be specified for the GCP segment.

The desired Ground Control Points file name can be determined using the MBUREP program. All Ground Control Points files have the file extension GCF.

The Dipix BU file name is stored in the segment history record upon completion of the data transfer.

MBUGCP only reads ONE Ground Control Point file per run. So if you want to read `N' ground control points segments from tape, you must run MBUGCP `N' times, setting the appropriate parameters.

A description of the Dipix tape format is given in the documentation for the MBUREP program.

 A TAPE MUST BE MOUNTED ON THE TAPE DRIVE BEFORE MBUGCP CAN BE
 RUN.  CLEANING THE TAPE HEADS IS RECOMMENDED TO MINIMIZE THE
 CHANCE OF TAPE READ ERRORS.

EXAMPLE

Transfer GCP file H77GCPTS1.GCF from Dipix BU tape to database.

 EASI>BUFILE="H77GCPTS1"
 EASI>FILE="H77GCPTS1.PIX"
 EASI>DBSN="Test"
 EASI>DBSD=
 EASI>RUN MBUGCP

About PCI Help Gateway