FLIGHTLINE

Print flight-line information


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

Back to top

Description


FLIGHTLINE prints flight-line information for all the images in the MFILE you specify. A metadata tag, BASENAME_FL#_IMG#, is also written to each file.
Back to top

Parameters


Name Type Caption Length Value range
MFILE * String Input files 1 - 192  
BASENAME * String Basename of the flight line 1 - 192  
BREAKANG Float Break angle of flight line 0 - 1 Default: 22.5
REPORT String Report mode 0 - 192 Quick links

* Required parameter
Back to top

Parameter descriptions

MFILE

The names of image files, a folder, or a text file that contains the input images to process. If necessary, you can use wildcards, such as the asterisk (*) in the value string.

You can specify the value of the MFILE parameter by using any of the following forms:

If you use a wildcard, FLIGHTLINE processes all files that match the specified file-name pattern.

If you specify a folder, FLIGHTLINE processes all the recognized image files in that folder.

If you specify the the name of a text file, FLIGHTLINE processes the images listed in the file. Each image should be listed on a separate line. Any other entries that follow the file path and name on each line are ignored.

BASENAME

The basename of the flight line to print. This will be used to write the metadata tag.

BREAKANG

The break angle of a flight line, which is used to determine the end of a flight line. The vector angles between image centers are calculated, and if the vector angle between two image centers is greater than the break-angle threshold of the flight-line ends, a new one begins.

The default value is 22.5 (22.5 degrees).

This parameter is optional.

REPORT

Specifies where to direct the generated report.

Available options are:

Back to top

Details

FLIGHTLINE prints flight-line information for all the images in the MFILE you specify. A metadata tag, BASENAME_FL#_IMG#, is also written to each file as follows:
Back to top

Example

Process all of the photos in a particular folder to group them into their respective flight lines.

MFILE="halifax_16"
BASENAME="Halifax"
BREAKANG=                      ! use the default of 22.5 degrees

run FLIGHTLINE
		
		

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