Andrea Pierré
Andrea Pierré
This PR does the following: - Save `F_chan2` and `Fneu_chan2` to NWB (fixes https://github.com/MouseLand/suite2p/issues/817), - Add planes fluorescence containers to NWB, - Separate ROIs for each plane in NWB, -...
I believe `F_chan2` and `Fneu_chan2` are currently not saved to NWB, would there be any interest to add them?
Would you consider packaging Station for Linux with one of the following distribution-agnostic package manager: [Flatpak](https://flatpak.org/), [Brew](https://brew.sh/), [Guix](https://guix.gnu.org/), such that one can easily get it with all the required dependencies...
**Is your feature request related to a problem? Please describe.** If I'm not mistaken, recipe generation from Gitlab is not supported, would it be possible to support it? **Describe the...
**Is your feature request related to a problem? Please describe.** I'm trying to get a fulling working type checking pipeline on my codebase with [Mypy](https://mypy.readthedocs.io/en/stable/) and I'm getting the following...
## Description Hi, I would like to copy some data containers from an NWB file to another _already existing_ NWB file, open in `r+` mode. But I'm unable to do...
Hi, Thanks for this awesome resource! :heart: I was wondering what you'd think about adding _data scientist_ in the role category, as they're neither researchers nor programmers?
## Problem description I would like to be able to plot a line with a confidence interval band, something like the plot below (which I believe is not possible at...
It would be nice to have the option to add or change the main title of the plot, something like [`ggtitle`](https://r-charts.com/ggplot2/titles/) in `ggplot2` or like the [title property](https://vega.github.io/vega-lite/docs/title.html) in Vega-Lite....
# Description This PR moves the Pyright checks from CI only to `pre-commit` (both local + CI), fixes some typing issues, and add also `pydocstyle` to `pre-commit`. ## Type of...