apply_inverse_scale_transform Function

public function apply_inverse_scale_transform(value, scale_type, threshold) result(original)

Apply inverse scale transformation to recover original value

@param value: Transformed value to invert @param scale_type: Type of scale ('linear', 'log', 'symlog') @param threshold: Threshold for symlog scale (ignored for others) @return original: Original value before transformation

Arguments

Type IntentOptional Attributes Name
real(kind=wp), intent(in) :: value
character(len=*), intent(in) :: scale_type
real(kind=wp), intent(in) :: threshold

Return Value real(kind=wp)