コード例 #1
0
ファイル: rfstream.py プロジェクト: shearwavesplitter/rf
    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)
コード例 #2
0
ファイル: rfstream.py プロジェクト: trichter/rf
    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)