kkappler

Results 58 issues of kkappler

The LEMI dataset that we are using for the earthscope workshop has files with extension `.TXT`. The default file extension in the LemiCollection is `txt`.

There are two synthetic data files in aurora that are used to form mth5 files for aurora's tests. The actual build of the mth5 files does not use any functions...

The synthetic ascii data from EMTF columns are ordered: > hx, hy, hz, ex, ey but the fact that we label these correctly is just a happy accident that channel_nomenclature's...

There are already some placeholder methods for this In `mth5/groups/fourier_coefficients.py`, the `FCGroup` class has a method `decimation_level_summary` And objects of type `mth5.groups.fourier_coefficients.FCDecimationGroup` have a `channel_summary()` method Some use cases to...

enhancement

Multi-station time series of Fourier coefficients (FCs) are central to several processing methodologies, such as those exposed in Egbert 1997, or Kappler et al. 2010. MTH5 provides the data container,...

enhancement

The usage of pd.TimeStamp as the way to hold time information is solid of there are integer number of samples per second. However, there are many sample rates that do...

documentation

Context: There are several tests that are accumulating in `mth5/tests/version_1/test_fcs.py` because that module also has a function called `create_mth5_with_some_test_data` which makes an mth5 with some test data in the FC...

enhancement

Context: If a run is very long, and we have already stored the FCs for the whole run, it would be nice to be able to slice a sub-spectrogram out...

enhancement

Full message: `ValueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject` Is being encountered during notebook execution. ``` nbclient.exceptions.CellExecutionError: An error occurred...

help wanted

Context: sometimes my h5 files can get large and I would like to export a subset of the data in the MTH5 to a smaller file that I can share...

enhancement