geophysics / mtpy

collection of python tools for standard MT data processing
GNU General Public License v3.0
32 stars 32 forks source link

Small bug in modem #33

Closed ralfschaa closed 8 years ago

ralfschaa commented 8 years ago

Hi all,

near line 699 in modem_new.py:

self.data_array[ii]['z_err'][jj] = interp_z.z_err[kk, :, :]

but interp_z has attribute zerrnot z_err

(same with interp_t.tippererr)

Cheers -Ralf

alkirkby commented 8 years ago

Thanks Ralf,

I’ve updated modem_new to fix that bug and your more recent one.

Cheers, Alison.

From: ralfschaa [mailto:notifications@github.com] Sent: Monday, 30 May 2016 11:38 AM To: geophysics/mtpy mtpy@noreply.github.com Subject: [geophysics/mtpy] Small bug in modem (#33)

Hi all,

near line 699 in modem_new.py:

self.data_array[ii]['z_err'][jj] = interp_z.z_err[kk, :, :]

but interp_z has attribute zerrnot z_err

(same with interp_t.tippererr)

Cheers -Ralf

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/geophysics/mtpy/issues/33, or mute the threadhttps://github.com/notifications/unsubscribe/AFFqwXDkamDKGLEtx8xOMWImpGknkEaUks5qGkZ4gaJpZM4IpcGT.

ralfschaa commented 8 years ago

Great, and thanks for MTPy!