MTgeophysics / mtpy

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

Removing elements from edi_collection #142

Closed agrayver closed 3 years ago

agrayver commented 3 years ago

Is there a legitimate way to remove stations from an edi_collection? By "legitimate" I mean a way that does not break internal integrity of the collection.

zhang01GA commented 3 years ago

I do not think we have implemented a dynamic removal of stations. We simply assume the station edi files is a static list. one can manipulate the input EDI file folder, so that some edi files can be excluded from the very beginning of processing.

Hope this answered your question?

agrayver commented 3 years ago

Thanks, this clarifies the interface.