Type | Intent | Optional | 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. |