-
Hello,
I am using microdrives with 8 tetrodes (4 channels each).
I specified in my chanMap that I have 8 groups (one per tetrode), my kcoords is: 1 1 1 1 2 2 2 2 3 3 3 3 4 4 4 4 5 5 5 5 6 6 6 6 7 …
-
I tried to learn BEAT following the examples in the document (https://pyrocko.org/beat/docs/current/examples/index.html) today, however, I ran into several issues.
For example, when I tried to run
…
-
I'm having problems to make it work in debian testing.
It fails with:
ch.ntb.usb.USBException : LibusbJava.usb_set_configuration: Could not set config 1: Invalid or incomplete multibyte pr wide ch…
-
I install seisflows with [this]( https://seisflows.readthedocs.io/en/latest/getting_started.html).
Installing the devel branch gives errors, the master branch is fine. So the devel branch may have …
-
Hi @bch0w ,
I am trying to write some examples for Seisflows to help beginners like me learn more about Seisflows. Now, I'm trying to use [this marmousi example](https://github.com/SPECFEM/specfem…
-
Hi Liu Feng,
Thank you for sharing the code. I find your work very interesting. Is there a paper that provides more detailed description? Which paper should I cite when using your code?
-
In GitLab by @jfields7 on Jun 13, 2024, 12:54
_Merges z4c-matter-rebase -> master_
## Major changes
This long-delayed merge request adds a new module for GRMHD in dynamical spacetimes. The number of…
-
Hi there,
Firstly, thanks for the hard work!
We've installed your driver on our MacBook13,1 under Ubuntu 20.04 and found that the audio is particularly weak / poor.
Based on a little bit of goo…
-
Hi, I am currently running a Full Waveform Inversion (FWI) with LBFGS using OBC data with the JUDI.jl package, but I have encountered an issue where the gradient is consistently returning as zero. Thi…
-
Hi i'm trying to get a custom spectrogram layer going and I can't
```
class MelLayer(tf.keras.layers.Layer):
def __init__(
self,
frame_length=1024,
frame_step=256,
…