Andreas Poehlmann
Andreas Poehlmann
not so urgent, but when we diverge more (as soon as we take more advantage of tifffile and zarr) we would want our own docs. TODO: should at least claim...
openslide translates some tiff tags to properties. Let's do the same.
This cost me a bit of time debugging why the arduino would not receive some commands. I'll leave it here so others won't run into the same problem.
Before submitting - [x] Was this discussed/agreed via a Github issue? (no need for typos and docs improvements) - [x] Did you read the [contributor guideline](https://github.com/Lightning-AI/lightning/blob/master/.github/CONTRIBUTING.md), Pull Request section? -...
## 🐛 Bug Some of our dataloaders use custom `Sequence` subclasses, that cause errors in `apply_to_collection`. The reason for this is, that these classes won't roundtrip, which is assumed by...
This should be implemented for everyone who wants to use several spectrometers at once
We could invest some time into this to make liveview.py more usable. A few buttons to save spectra to different formats, maybe a dark spectrum correction and everything you need....
Hello @juftin When running: `browsr ftp://ftp.ncbi.nih.gov/snp/archive` and navigating down the folder trees, I get the following error: ```python ❯ browsr ftp://ftp.ncbi.nih.gov/snp/archive ╭───────────────────────────────────────────────── Traceback (most recent call last) ──────────────────────────────────────────────────╮ │ /Users/andreaspoehlmann/Environments/mambaforge/lib/python3.10/site-packages/textual/worker.py:363...
ImageId instances don't pass through this check: https://github.com/Lightning-AI/utilities/blob/7db19e0336f4a5a11407d3c4bd8eaf59d740ecab/src/lightning_utilities/core/apply_func.py#L120-L137
Since `tiffslide==1.5.0` there's experimental support for `kerchunk`. The new image provider implementation is simple. Need to think about if kerchunk info should be stored in a single cell as json...