OEMDLINTERP

Interps EO for deactivated images


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

Back to top

Description


Analyses an OE Project for images that have less than 3 tie points and less than 3 ground control points and linearly interpolates their exterior orientations from adjacent scenes in the flightline.
Back to top

Parameters


oemdlinterp(oeproji, options, tfile, oeprojo)

Name Type Caption Length Value range
OEPROJI * str Input OrthoEngine Project File 1 -    
OPTIONS str Output OrthoEngine Project File 0 -    
TFILE str Optional JSON report File 0 -    
OEPROJO * str Output OrthoEngine Project File 1 -    

* Required parameter
Back to top

Parameter descriptions

OEPROJI

Input OE Project filename

OPTIONS

For future use

TFILE

Output JSON report file to write information about each scene in the project.

OEPROJO

Output OE Project filename
Back to top

Return Value

Returns: Interpolated count

Type:  PCI_INT

The number of interpolated scenes.

Back to top

Details

Back to top

Example

from pci.oemdlinterp import oemdlinterp
oeproji = 'input.prj'
options = ''
tfile = 'oemdlinterp.log'
oeprojo = 'output.prj'
oemdlinterp(oeproji, options, tfile, oeprojo)
      

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