mss_dataserver.postprocess.util.intensity_to_pgv

mss_dataserver.postprocess.util.intensity_to_pgv(intensity=None)[source]

Compute the pgv and intensity values based on the MSS relationship.

Parameters

intensity (numpy.ndarray) – The intensity values for which to compute the PGV values.

Returns

The intensity and the computed PGV values.

Return type

numpy.ndarray