JP
JP
@kaushik67 Thanks Kaushik, I haven't ported a lot of the Occam wrappers yet from version 1. It may take me a few months. In the mean time suggest to continue...
@SashaAivaz Try again, I just fixed a bug in `MTCollection.add_tf`. I updated the `add_tf` to have arguments `add_tf(tf_object, new_survey='new_survey_name', tf_id_extra='interpolated'` The `tf_id_extra` will add this onto the end of the...
@kashkoulimohammad Looks like you found a bug. I added key word arguments to `to_mt_data` in PR #17 Your code is close, just need to set the `utm_crs` in the `MTData`...
@kashkoulimohammad Try to reinstall mtpy-v2 from git.
@pankajkmishra Thanks for the issue, support for making shapefiles has yet been translated over to v2. Hopefully in the next few weeks. Suggest using the original version for now.
@camsshepherd Did you get this to work or is there still an issue? Could you post the error if there is one?
@camsshepherd Made the `mtpy_data` repository public and added a few more forward model data sets. It is installable but not on PyPi yet. So I would clone the repo and...
@kaushik67 I would have a look at https://github.com/kujaku11/mt_examples/blob/main/notebooks/mtpy/14_modem_outputs.ipynb, it looks like you might be running an older script for v1.
@CedricPatzer Could you provide an example of the header where it fails? Also, are you using `MTData.from_modem()`? If not try that. ```python from mtpy import MTData md = MTData() md.from_modem(modem_data_filename)...
@CedricPatzer In the new version the `ChannelResponseFilter` is now named `ChannelResponse`. Should have added a deprecation notice.