Densify

Command line (1)

The Densify operation can be directly executed by typing one of the following expressions on the command line of the Main Window:

  

OUTMAP

=

MapDensify(InputMapName, factor, nearestneighbour)

OUTMAP

=

MapDensify(InputMapName, factor, bilinear)

OUTMAP

=

MapDensify(InputMapName, factor, bicubic)

where:

OUTMAP

is the name of your output raster map

MapDensify

is the command to start the Densify operation

InputMapName

is the name of your input raster map

factor

is the enlargement factor (real value > 1)

nearestneighbour

is the parameter to assign output values from the nearest pixels in the intput map.

bilinear

is the parameter to calculate new values by a bilinear interpolation.

bicubic

is the parameter to calculate new values by a bicubic interpolation.

 

Tip: To use this operation on all raster maps in a map list, see Densify : command line (2).

When the definition symbol = is used, a dependent output map is created; when the assignment symbol := is used, the dependency link is immediately broken after the output map has been calculated. Furthermore, a georeference factor is created with the same name as the output map.

See also: