Skip to content
Snippets Groups Projects
Commit 562fecde authored by Hal Simpson's avatar Hal Simpson
Browse files

changed comments to reflect change to code, ie changing include_e to include_d

parent c6fad08d
No related branches found
No related tags found
No related merge requests found
...@@ -115,8 +115,8 @@ def get_obs_from_geo(geo, include_d=False): ...@@ -115,8 +115,8 @@ def get_obs_from_geo(geo, include_d=False):
---------- ----------
stream : obspy.core.Stream stream : obspy.core.Stream
stream containing geographic components X, Y, Z, and F. stream containing geographic components X, Y, Z, and F.
include_e : boolean include_d : boolean
whether to also include the observatory E component. whether to also include the observatory D component.
Returns Returns
------- -------
...@@ -133,9 +133,8 @@ def get_obs_from_mag(mag, include_d=False): ...@@ -133,9 +133,8 @@ def get_obs_from_mag(mag, include_d=False):
---------- ----------
stream: obspy.core.Stream stream: obspy.core.Stream
stream containing magnetic components H, D, Z, and F. stream containing magnetic components H, D, Z, and F.
include_e: boolean include_d: boolean
whether to also include the observatory E component whether to also include the observatory D component
Returns Returns
------- -------
obspy.core.Stream obspy.core.Stream
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment