You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* WIP change axis recognition of tifffiles.
* Add basic custom tiff reader.
* Revert changes on _assume_color_channel method.
* Adapt test_repo_images.
* Test out _register_get_frame changes.
* Work on fixing image conversion for images without z axis.
* Update expected_bbox function to deliver a mag1 bbox.
* Working on fixing tiff_reader.
* reverting some changes at the pims image reader class.
* Working on data extraction from tiff reader to desired Pims Sequence.
* Use memmap for tiffreader to avoid OOM issue.
* Implement np memmap for pims tiff reader because nd ome tiffs are not memmappable with tifffile.memmap.
* Adapt calculation of num_channels and set default axes for get_frame.
* Update test parameters for test multiple multitiffs.
* Update changelog and update error message for unsupported conversion to WKW.
* Update webknossos/webknossos/dataset/_utils/pims_images.py
Co-authored-by: Norman Rzepka <[email protected]>
* Started to implement requested changes.
* Fix issue with zarr array creation and add zarr to supported dataformats for nd data.
* Add an entry for merge-fallback in cli docs.
* Add 2 additional testdatasets and adapt logging behaviour.
* Remove user warning from conversion test.
* Run linter.
* Add pytest.warn() to cli_test.py.
* Revert some changes that are not relevant for this PR.
* Add comment for chunk shape calculation.
* Update changelog.
---------
Co-authored-by: Norman Rzepka <[email protected]>
- Preferring a custom tiff reader over the default PIMS reader to convert tiff files. This change enables the recognition of axis information and the support of tifffiles with more than 3 dimensions. However, it also leads to changed behavior when converting tiff files. Tiffs with axes other than c, x, y, and z, with a shape bigger than 1, are no longer supported for conversion to WKW. Please convert these files to Zarr or Zarr3 Datasets instead. [#1043](https://github.com/scalableminds/webknossos-libs/pull/1043)
16
17
17
18
### Added
18
19
- Added a pixel level heuristic for distinguishing color and segmentation layers when importing image data with the `from_images` or `add_layer_from_images` method. [#1007](https://github.com/scalableminds/webknossos-libs/pull/1007)
Copy file name to clipboardExpand all lines: webknossos/README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,4 +61,5 @@ Excerpts for testing purposes have been sampled from:
61
61
* Dow Jacobo Hossain Siletti Hudspeth (2018). **Connectomics of the zebrafish's lateral-line neuromast reveals wiring and miswiring in a simple microcircuit.** eLife. [DOI:10.7554/eLife.33988](https://elifesciences.org/articles/33988)
62
62
* Zheng Lauritzen Perlman Robinson Nichols Milkie Torrens Price Fisher Sharifi Calle-Schuler Kmecova Ali Karsh Trautman Bogovic Hanslovsky Jefferis Kazhdan Khairy Saalfeld Fetter Bock (2018). **A Complete Electron Microscopy Volume of the Brain of Adult Drosophila melanogaster.** Cell. [DOI:10.1016/j.cell.2018.06.019](https://www.cell.com/cell/fulltext/S0092-8674(18)30787-6). License: [CC BY-NC 4.0](https://creativecommons.org/licenses/by-nc/4.0/)
63
63
* Bosch Ackels Pacureanu et al (2022). **Functional and multiscale 3D structural investigation of brain tissue through correlative in vivo physiology, synchrotron microtomography and volume electron microscopy.** Nature Communications. [DOI:10.1038/s41467-022-30199-6](https://www.nature.com/articles/s41467-022-30199-6)
64
-
* Hanke, M., Baumgartner, F. J., Ibe, P., Kaule, F. R., Pollmann, S., Speck, O., Zinke, W. & Stadler, J. (2014). **A high-resolution 7-Tesla fMRI dataset from complex natural stimulation with an audio movie. Scientific Data, 1:140003.**[DOI:10.1038/sdata.2014.3](http://www.nature.com/articles/sdata20143)
64
+
* Hanke, M., Baumgartner, F. J., Ibe, P., Kaule, F. R., Pollmann, S., Speck, O., Zinke, W. & Stadler, J. (2014). **A high-resolution 7-Tesla fMRI dataset from complex natural stimulation with an audio movie. Scientific Data, 1:140003.**[DOI:10.1038/sdata.2014.3](http://www.nature.com/articles/sdata20143)
65
+
* Sample OME-TIFF files (c) by the OME Consortium [https://downloads.openmicroscopy.org/images/OME-TIFF/2016-06/bioformats-artificial/](https://downloads.openmicroscopy.org/images/OME-TIFF/2016-06/bioformats-artificial/)
0 commit comments