dm_transform_coord_2d Function

public function dm_transform_coord_2d(cs, ct, observs, trans, params, residuals, variance, rotation, scale_factor) result(rc)

Arguments

Type IntentOptional Attributes Name
real(kind=r8), intent(inout) :: cs(:)

Common control points in source system.

real(kind=r8), intent(inout) :: ct(:)

Common control points in target system.

real(kind=r8), intent(inout) :: observs(:)

Observations.

real(kind=r8), intent(out), allocatable :: trans(:)

Transformed observations.

real(kind=r8), intent(out), optional, allocatable :: params(:)

Transformation parameters.

real(kind=r8), intent(out), optional, allocatable :: residuals(:)

Residuals.

real(kind=r8), intent(out), optional :: variance

Reference variance of adjustment.

real(kind=r8), intent(out), optional :: rotation

Rotation angle.

real(kind=r8), intent(out), optional :: scale_factor

Scale factor.

Return Value integer


Calls

proc~~dm_transform_coord_2d~~CallsGraph proc~dm_transform_coord_2d dm_transform_coord_2d interface~dm_la_gels dm_la_gels proc~dm_transform_coord_2d->interface~dm_la_gels proc~dm_la_dgels dm_la_dgels interface~dm_la_gels->proc~dm_la_dgels proc~dm_la_dgels1 dm_la_dgels1 interface~dm_la_gels->proc~dm_la_dgels1