| Environments | PYTHON :: EASI |
| Quick links | Description :: Parameters :: Parameter descriptions :: Details :: Example :: Related |
| Back to top |
| Back to top |
| Name | Type | Caption | Length | Value range |
|---|---|---|---|---|
| OEPROJI * | String | Input OrthoEngine project file | 1 - 192 | |
| OEPROJO * | String | Output OrthoEngine project file | 1 - 192 | |
| TRIMODE | String | Triangulation method | 0 - 6 | TRAD|ENFIT|RELABS|REL|ABS|FN Default: TRAD |
| ABSOPT | String | Absolution-orientation options | 0 - 6 | 3DTR|LINEAR|POLY2|POLY3|POLY3D Default: 3DTR |
| MAXITER | Integer | Maximum number of adjustment-computation iterations | 0 - 1 | 1 - 999 Default: 100 |
| XYZTHR | Float | Threshold of convergence on camera position | 0 - 1 | 0.0 - Default: 0.10 |
| ANGTHR | Float | Convergence threshold of EO angles | 0 - 1 | 0.0 - Default: 0.50 |
| REFRACT | String | Apply atmospheric refraction correction | 0 - 3 | Default: "" |
| RADEARTH | Float | Earth radius to use in curvature correction | 0 - 1 | 6000000 - 23000000 |
| REPORT | String | Report mode | 0 - 192 | Quick links |
| Back to top |
OEPROJI
The path and file name of the input OrthoEngine project file.
OEPROJO
The path and file name of the output OrthoEngine project file.
TRIMODE
The triangulation method to use.
You can use this mode when you are collecting GCPs for a high-resolution image from a lower-resolution source, provided the GCP source is accurate and reliable. In some cases, the residual error or root mean square (RMS) error produced by using this mode can be lower than the Traditional block bundle mode; however, the results may not be as accurate.
An example of when to use this method is when the confidence in the accuracy of GCPs is not high or is unknown, but confidence in the TPs is higher.
The residual error or RMS error produced in this mode can sometimes be lower than that of Trad; however, the results may not be as accurate.
Only TPs are used in the bundle-adjustment calculation. GCPs are required, but excluded from the calculation of the model. After computing the relative orientation, you can inspect the residuals, make adjustments, as necessary, and then recalculate.
This mode functions similarly to Relative-absolute orientation, except without the application of the GCPs into the model. You can select this mode when confidence in the GCPs is not as high as with using the Trad or Enfit modes.
In this mode, the accuracy of the camera position and angles will be discarded and replaced by default values. OEBUNDLEOPT will adjust the solution using a larger space.
ABSOPT
The options for absolute orientation when the triangulation mode is either Abs (absolute) or RelAbs (relative absolute).
MAXITER
The maximum number of iterations that the adjustment computation can perform before finishing. The default value is 100.
XYZTHR
The criteria for bundle-adjustment convergence for the camera positions. The units are in meters or feet, depending on the map projection defined in the project file. The default value is 0.1.
ANGTHR
The convergence threshold, in degrees, for the EO angles. The default value is 0.5.
REFRACT
It is well known that density and hence of refraction of the atmosphere decreases with increased altitude. Because of this condition, light rays do not travel in straight lines though the atmosphere, but rather are bent according to Snells law. Refraction causes all imaged points to be displaced outward from their correct positions.To correct for refraction, the following formula is used:
dref = K(r + r3/c2 )
where K = (( 2410 * H / (H * H) - 6 * H + 250) - (2410 * ((h * h) / ((h * h) - 6 * h + 250) * H )) 10e-6
These equations are based on a model atmosphere defined by the US Air Force. The flying height H and the ground elevation h must be in units of kilometers.
RADEARTH
Specifies the radius value, in meters, of the Earth in the working area.
If this parameter is not specified, errors caused by the curvature of the Earth are not corrected. This is the default.
An average value of 6,372,200 meters can be used, depending on the GCP unit.
REPORT
Specifies where to direct the generated report.
Available options are:
| Back to top |
OEBUNDLEOPT updates an OrthoEngine project file with new bundle options; typically, after running CRPROJ.
| Back to top |
EASI>oeproji="airphoto_model.prj" EASI>oeprojo="out.prj" EASI>trimode="trad" EASI>absopt="linear" EASI>maxiter=10 EASI>xyzthr= EASI>angthr= EASI>refract= EASI>radearth= EASI>r oebundleopt
© PCI Geomatics Enterprises, Inc.®, 2026. All rights reserved.