QBASMBLE

Assemble Tiles into a Single Image


EnvironmentsPYTHON :: EASI :: MODELER
Quick linksDescription :: Parameters :: Parameter descriptions :: Details :: Example

Back to top

Description


QBASMBLE lets you assemble QuickBird tiles into a single image with the associated RPC model information that is used with other functions or added to an OrthoEngine project.
Back to top

Parameters


Name Type Caption Length Value range
MFILE * String Input file name, directory, or text file 1 - 192  
FILO * String Output file name 1 - 191  
RPBFILE String RPB text file 0 - 191  
IMDFILE String IMD text file 0 - 191  

* Required parameter
Back to top

Parameter descriptions

MFILE

Specifies the name of a folder, image file, or text file that contains the images to be assembled into one scene. Wildcards (*) can be used.

MFILE can be set using any of the following options:

If a wildcard character (*) is used, the list of files that match the format and specified naming convention are processed with the set parameters.

If a folder name is specified for MFILE, all recognized image files (those that match the format and the naming convention) are processed using the set parameters.

If the text file option is used, the following general rules apply:

FILO

Specifies the output PCIDSK file that will contain the complete image. If the specified file already exists, it is overwritten.

RPBFILE

Specifies the name of the input RPB text file that provides the coefficients that define the rational functions math model for the scene. If this parameter is not specified, QBASMBLE automatically find the RPB text file in the data set.

IMDFILE

Specifies the name of the input IMD text file. If this parameter is not specified, QBASMBLE automatically find the IMD text file in the data set.

Back to top

Details

QBASMBLE lets you assemble QuickBird tiles into a single image that maintains the RPC information that is used with other functions or added to an OrthoEngine project.

Because of CD size limitations, QuickBird images can be delivered as image tiles with RPC data. The RPC data is used with the rational functions math model and covers the entire scene, not the individual tiles. You must, therefore, reassemble the tiles into one scene before importing them into a project.

QBASMBLE only supports QuickBird data in NITF format or in TIFF format with accompanying RPB files.

Back to top

Example

Assemble QuickBird image tile files in QBlist.txt into one PCIDSK file called QBAssembled.pix.

EASI>MFILE = "pci\QBlist.txt"
EASI>FILO = "pci\QBAssembled.pix"
EASI>RPBFILE=
EASI>IMDFILE=
EASI>r QBASMBLE

© PCI Geomatics Enterprises, Inc.®, 2026. All rights reserved.