Esempio n. 1
0
    def plot_profile(self, *args, **kwargs):
        """
        Create receiver function profile plot.

        See `.imaging.plot_profile()` for help on arguments.
        """
        from rf.imaging import plot_profile
        return plot_profile(self, *args, **kwargs)
Esempio n. 2
0
    def plot_profile(self, *args, **kwargs):
        """
        Create receiver function profile plot.

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