mss_dataserver.postprocess.util.pgv_to_intensity¶
-
mss_dataserver.postprocess.util.
pgv_to_intensity
(pgv=None)[source]¶ Compute the pgv and intensity values based on the MSS relationship.
- Parameters
pgv (
numpy.ndarray
) – The pgv values for which to compute the intensity data.- Returns
The pgv data and the computed intensity values.
- Return type
numpy.ndarray