-
When we compared MRelative magnitudes from `scdetec-cc` with other methods we observed that magnitudes are systematically overestimated. The problem was that we used StationMAgnitudes and the nearest …
-
Wir wollen die Daten [aus diesem PDF](https://www.ctbto.org/sites/default/files/2022-07/ims_map_front_back_august_2021_webfriendly.pdf) in ein CSV-Format bringen, das wir dann als Karte rendern können…
-
Currently, `MDIOReader` and `MDIOWriter` prints the Python object. It would be useful to have a nice printable representation.
```python
class InfoReporter:
def __init__(self, obj):
…
-
This is the RESIF part of issues reportes in #166 and #167
I present the results from detailed tests of formal consistency of the StationXML files, see [https://github.com/PetrColinSky/DataQuality/…
-
New data payload encoding types (general, opaque) for example to support other compression techniques (e.g. 32-bit integers, general compressor; 32- bit IEEE floats, general compressor; 64-bit IEEE fl…
-
**Description of the desired feature**
Dear Dr. Keurfon Luu,
Great code! I wonder if you have plan to do such a thing for receiver functions which is also a significant package of CPS. BTW, …
-
Hi everyone,
I'd like to make this the new home of our (previous email) discussions on ASDF support.
**Current status**
- SeisIO.SeisHDF has ASDF read/write support
- Read support exists for W…
-
Is possible to perform mixed-dimensional meshing by embedment?
Such as: https://gitlab.onelab.info/gmsh/gmsh/blob/gmsh_4_7_1/tutorial/t15.geo
If so, we can mesh a geology model with fault and frac…
-
I've found a few more Fortran packages I will try to add one by one:
* [ ] Fortran processing library: http://www.biosfera.dea.ufv.br/fpl/index.html
* [ ] 2DECOMP & FFT: https://github.com/numeric…
-
I would like to implement a tomography operator like as follows
tt=F*V (forward Operator) (tt travel time table, v velocity model, F eikonal operator)
V=F^{-1}*tt (inverse operator)
I implemented …