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
Copy file name to clipboardExpand all lines: README.md
+7-11Lines changed: 7 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,5 @@
1
1

2
2
3
-
> [!WARNING]
4
-
> **For now, pcdl is only compiling on Python < v13!**
5
-
>
6
-
> *The reason is the deprecated [AICSImageIO](https://github.com/AllenCellModeling/aicsimageio) library dependency, which has lxml dependencies that no longer compile.*
7
-
> *As soon as I find time (May or June 2025, after the spring semester), I will replace aicsimageio with its successor, the [BioIO](https://github.com/bioio-devs/bioio) library.*
8
-
>
9
-
> **Stay tuned and thank you for your patience, Elmar**
Copy file name to clipboardExpand all lines: man/TUTORIAL_python3_ometiff.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ and [TUTORIAL_fiji_imagej.md](https://github.com/elmbeech/physicelldataloader/bl
14
14
15
15
Additionally ome.tiff, tiff, png, and jpeg files can as well be loaded back in to python as [numpy](https://numpy.org/) array, for example with the [sci-kit image](https://scikit-image.org/) library (image data only).
16
16
17
-
Besides that, ome.tiff files can be loaded with Allen Institute for Cell Science's [aicsimageio](https://github.com/AllenCellModeling/aicsimageio) library and possibly with its successor library [bioio](https://github.com/bioio-devs/bioio) (image and metadata).
17
+
Besides that, ome.tiff files can be loaded with the [bioio](https://github.com/bioio-devs/bioio) library (image and metadata).
18
18
19
19
20
20
### Save pcdl data constructs from the command line into tiff and ome.tiff files
0 commit comments