From 562fecdef43650c7d76aff8321ded7c3b283afa3 Mon Sep 17 00:00:00 2001 From: Hal Simpson <hasimpson@usgs.gov> Date: Fri, 30 Jan 2015 15:44:50 -0700 Subject: [PATCH] changed comments to reflect change to code, ie changing include_e to include_d --- geomagio/StreamConverter.py | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/geomagio/StreamConverter.py b/geomagio/StreamConverter.py index 4c6184d8..664f11b3 100644 --- a/geomagio/StreamConverter.py +++ b/geomagio/StreamConverter.py @@ -115,8 +115,8 @@ def get_obs_from_geo(geo, include_d=False): ---------- stream : obspy.core.Stream stream containing geographic components X, Y, Z, and F. - include_e : boolean - whether to also include the observatory E component. + include_d : boolean + whether to also include the observatory D component. Returns ------- @@ -133,9 +133,8 @@ def get_obs_from_mag(mag, include_d=False): ---------- stream: obspy.core.Stream stream containing magnetic components H, D, Z, and F. - include_e: boolean - whether to also include the observatory E component - + include_d: boolean + whether to also include the observatory D component Returns ------- obspy.core.Stream -- GitLab