Пример #1
0
    def plot_rf(self, *args, **kwargs):
        """
        Create receiver function plot.

        See `.imaging.plot_rf()` for help on arguments.
        """
        from rf.imaging import plot_rf
        return plot_rf(self, *args, **kwargs)
Пример #2
0
    def plot_rf(self, *args, **kwargs):
        """
        Create receiver function plot.

        See `.imaging.plot_rf()` for help on arguments.
        """
        from rf.imaging import plot_rf
        return plot_rf(self, *args, **kwargs)