Direct georeferencing of aerial photographs uses extrinsic (position, altitude) and intrinsic (focal length, physical pixel size) camera parameters. Orthorectification routine supports additional data from a Digital Elevation Model (DEM).
|   | Name | Type | Identifier | Description | Constraints | 
| Input | Unreferenced Grids | grid list, input | INPUT | - | - | 
 | Elevation (*) | grid, input, optional | DEM | - | - | 
 | Target System (*) | grid, input, optional, CMD | TARGET_TEMPLATE | use this grid's system for output grids | - | 
| Output | Referenced Grids | grid list, output | OUTPUT | - | - | 
 | Extent (*) | shapes, output, optional | EXTENT | - | - | 
| Options | Grid System | grid system | PARAMETERS_GRID_SYSTEM | - | - | 
 | Grid system | grid system | DEM_GRIDSYSTEM | - | - | 
 | Default | floating point number | DEM_DEFAULT | default value if no grid has been selected | Default: 0.000000 | 
 | Focal Length [mm] | floating point number | CFL | - | Minimum: 0.000000 Default: 80.000000 | 
 | CCD Physical Pixel Size [micron] | floating point number | PXSIZE | - | Minimum: 0.000000 Default: 5.200000 | 
 | X | floating point number | X | - | Default: 0.000000 | 
 | Y | floating point number | Y | - | Default: 0.000000 | 
 | Z | floating point number | Z | - | Default: 1000.000000 | 
 | Omega | floating point number | OMEGA | X axis rotation angle [degree] (roll) | Default: 0.000000 | 
 | Phi | floating point number | PHI | Y axis rotation angle [degree] (pitch) | Default: 0.000000 | 
 | Kappa | floating point number | KAPPA | Z axis rotation angle [degree] (heading) | Default: 0.000000 | 
 | Offset | floating point number | KAPPA_OFF | origin adjustment angle [degree] for kappa (Z axis, heading) | Default: 90.000000 | 
 | Orientation | choice | ORIENTATION | - | Available Choices: [0] BLUH [1] PATB Default: 0 | 
 | Row Order | choice | ROW_ORDER | - | Available Choices: [0] top down [1] bottom up Default: 0 | 
 | Resampling | choice | RESAMPLING | - | Available Choices: [0] Nearest Neighbour [1] Bilinear Interpolation [2] Bicubic Spline Interpolation [3] B-Spline Interpolation Default: 3 | 
 | Data Type | data type | DATA_TYPE | - | Available Choices: [0] unsigned 1 byte integer [1] signed 1 byte integer [2] unsigned 2 byte integer [3] signed 2 byte integer [4] unsigned 4 byte integer [5] signed 4 byte integer [6] unsigned 8 byte integer [7] signed 8 byte integer [8] 4 byte floating point number [9] 8 byte floating point number [10] same as original Default: 10 | 
 | Target Grid System | choice | TARGET_DEFINITION | - | Available Choices: [0] user defined [1] grid or grid system Default: 0 | 
 | Cellsize | floating point number | TARGET_USER_SIZE | - | Minimum: 0.000000 Default: 1.000000 | 
 | West | floating point number | TARGET_USER_XMIN | - | Default: 0.000000 | 
 | East | floating point number | TARGET_USER_XMAX | - | Default: 100.000000 | 
 | South | floating point number | TARGET_USER_YMIN | - | Default: 0.000000 | 
 | North | floating point number | TARGET_USER_YMAX | - | Default: 100.000000 | 
 | Columns | integer number | TARGET_USER_COLS | Number of cells in East-West direction. | Minimum: 1 Default: 101 | 
 | Rows | integer number | TARGET_USER_ROWS | Number of cells in North-South direction. | Minimum: 1 Default: 101 | 
 | Fit | choice | TARGET_USER_FITS | - | Available Choices: [0] nodes [1] cells Default: 0 | 
 | Grid System | grid system | TARGET_SYSTEM | - | - | 
| (*) optional |