Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ghislainp committed Apr 3, 2020
1 parent 3b3678c commit b9eef4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smrt/core/result.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def sigma(self, **kwargs):
def sigma_dB(self, **kwargs):
"""Return backscattering coefficient. Any parameter can be added to slice the results (e.g. frequency=37e9, polarization_inc='V', polarization='V').
See xarray slicing with sel method (to document)"""
return dB(self.simga(**kwargs))
return dB(self.sigma(**kwargs))

def sigma_as_dataframe(self, **kwargs):
"""Return backscattering coefficient. Any parameter can be added to slice the results (e.g. frequency=37e9, polarization_inc='V', polarization='V').
Expand Down

0 comments on commit b9eef4a

Please sign in to comment.