kkappler

Results 58 issues of kkappler

Network: IU Stations: SSPA, WCI, HRV. There may be multiple issues here. The first problem is that the instrument "type" in the EarthScope metadata is not being recognized by mt_metadata....

In mth5.mth5.__init__ a schema is defined for the channel summary dataframe dtypes. - It maybe worth putting these into a config.yaml so that no code needs to change if you...

enhancement

- FCs are currently stored as complex, however, it is possible that one may wish to store amplitude, phase instead of real/imaginary, or that they may wish to store other...

question

**Story** As a data processor I want to apply some operation to my time series and then store the output time series in an MTH5. These operations might be of...

enhancement

I tried following the example in [make_mth5_from_geomag.ipynb](https://github.com/kujaku11/mth5/blob/master/docs/examples/notebooks/make_mth5_from_geomag.ipynb) but I only get nan data. Any idea what I am doing incorrectly. Attached is a jupyter notebook and here is an exectable...

enhancement

There are various columns that a user may want to have available in a channel summary that would help with data organization. These may not be relevant for every dataset...

enhancement

Here is a screenshot of showing decimation_level metadata and channel summary dataframe having two different values for sample_rate_decimation_level. ![image](https://github.com/kujaku11/mth5/assets/1154939/5ef68fed-d5a4-4df3-80ce-d435b9a29b42) in mt_metadata/transfer_functions/processing/fourier_coefficients/standards/fc_channel.json this field is described as "Sample rate of the...

Currently, decimation filters are removed by default when time series instrument response is removed. However, this is only appropriate if the data are _upsampled_ at each decimation stage. Note that...

bug
Filters

As it stands, the remove_instrument response returns a new ChannelTS object, e.g. `calibrated_ex = exts.remove_instrument_response(plot=True, bandpass={"low":None, "high":0.1, "order":3})` where both `calibrated_ex` and `exts` are instances of `mth5.timeseries.channel_ts.ChannelTS`. It seems like...

question

One example involves station CAS04.The error was observed when running `aurora/docs/examples/make_cas04_single_station_h5.ipynb` on the `fix_issue_194` branch of aurora. The same behaviour was observed `aurora/docs/examples/operate_aurora.ipynb` I am not sure if it matters...