GoktugAlkan
GoktugAlkan
Hello, We are planning to use the nwb format to share all our raw data from the experiments. For one recording session, we have around 300 short videos (each approx....
Hello, Currently, I am trying to convert a large dataset into NWB, i.e., we have extracellular recordings of length 60 minutes from 256 electrodes with a sampling frequency of 30...
Dear community, I followed the description for the installation of phy. After running the command `pip install phy --pre --upgrade` in the terminal of my docker image hosted by a...
Dear community, When I try to run the code `from phy.apps.template import template_gui; template_gui(PATH OF PARAMS.py)` I am facing the following error: ``` libGL error: MESA-LOADER: failed to open swrast:...
Hello, I am currently using kilosort for sorting spikes in a UTAH array recording. The code already gives good results when using the default parameters. However, I would like to...
Hello, I am converting a large matrix with dimensions `261x252000000` to an NWB file. I am using the [iterative data writing](https://neurodatawithoutborders.github.io/matnwb/tutorials/html/dataPipe.html) method. However, it takes a lot of time to...