dm_rts_distance_mean Function

public function dm_rts_distance_mean(dists) result(mean)

Returns (slope) distance as arithmetic mean of all measurements.

Arguments

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

Array of (slope) distances [m].

Return Value real(kind=r8)