MTgeophysics / mtpy

Python toolbox for standard Magnetotelluric (MT) data analysis
GNU General Public License v3.0
147 stars 66 forks source link

Create MTData object #173

Closed kujaku11 closed 1 year ago

kujaku11 commented 1 year ago

Create an intermediate object to contain data for modeling.

Under the hood will be a pandas.Dataframe from which to pull data. This object maybe optimal for plotting as well.

A lot of changes in here: