disparityMapExpected: Expected (theoretical) disparity between two SAR records

Description Usage Arguments See Also Examples

View source: R/disparityMapExpected.r

Description

Returns the expected disparity within the intersection area of two SAR records. Uses the angles provided by GCPs/TPs of both records. The angles for the slave image are interpolated using Kriging (krige). Returns the results as a SpatialPointsDataFrame object.

Usage

1
2
3
disparityMapExpected(object, slave, h = 1, z = "thetaIn",
  variogram.fit = T, plot.fit = F, interpolate = F,
  aggregate.fact = 1000, ...)

Arguments

object

Object of the SAR-class or a subclass (e.g. Sentinel-class or TSX-class).

slave

Object of the SAR-class or a subclass (e.g. Sentinel-class or TSX-class).

h

Numeric. Relative height.

z

Character. Either incidence ('thetaIn', default) or elevation angles 'thetaEl'.

variogram.fit

Logical. Fit a Gaussian variogram?

plot.fit

Logical. Plot the fitted variogram?

interpolate

Logical. Interpolate angles?

aggregate.fact

Integer. Aggregation factor expressed as number of cells in each direction (horizontally and vertically). Or two integers (horizontal and vertical aggregation factor) or three integers (when also aggregating over layers). See aggregate method of raster package.

...

Further arguments (ignored).

See Also

disparityMap, angles, plotAnglesDif, GeolocationPoints-class

Examples

1
2
3
4
5
data(kili)

disparityMapExpected(kili[[1]], kili[[5]], h=1)

disparityMapExpected(master, slave, interpolate = TRUE, aggregate.fact = 100)

ragram documentation built on May 2, 2019, 4:42 p.m.