kkappler

Results 30 comments of kkappler

@kujaku11 I pulled latest mth5 and created branch channel_nomenclature_38 on mth5 as follows: ``` -git checkout -b channel_nomenclature_38 #create branch -git commit mth5/timeseries/run_ts.py -m"force 'xyz' channel names to override '123',...

@timronan This is the issue that we discussed Friday that relates to issue #54 that you are encountering. Let's discuss this workaround with relabeling with @kujaku11 on Friday 08 October....

TODO: - [ ] Unpack the grans spectrum and plot it in the ipynb on branch fix_issue_262

Maybe we could add a decorator that checks the dtype of the xarray. If it is a dataset, cast to data array, run the function, cast back to dataset and...

@kujaku11 IAGA reader utils can be found here: https://github.com/greglucas/bezpy/blob/main/bezpy/mag/utils.py and in this package: https://github.com/geomagpy/magpy The package is MIT license, so not sure if its better to make it a dependency...

Aurora [issue 385](https://github.com/simpeg/aurora/issues/385) was triaged by ``` # TODO: this should be done inside the TF initialization for i_run, run in enumerate(tf_cls.station_metadata.runs): for i_ch, channel in enumerate(run.channels): new_ch = channel.copy()...

The issue is in mt_metadata and I started a branch there. Once the instrument type is being correctly identified, the next problem is that the time metadata is not correct....

After modifying mt_metadata xml_channel_mt_channel.py, the non uniform descriptions of the Bartington is OK, at least for network=IU, station=SSPA network=N4, station=E62A IU-SSPA also builds and calibrates (although the DC-levels are removed)....

TODO: These incoherent streams should be investigated to determine if the inconsistencies in the timestamps are coming directly from the Earthscope source, or if this is happening on obspy.

To prototype this, most changes will be in mt_metadata, but mth5 ts_filters will also need an update. Steps: - [x] 1. Add `user_applied` attr to FilterBase. - The default value...