obspy.core.util.decorator.raiseIfMasked

raiseIfMasked(func)[source]

Raises if the first argument (self in case of methods) is a Trace with masked values or a Stream containing a Trace with masked values.

This Page