Mercurial > repos > imgteam > 2d_auto_threshold
diff test-data/input/README.md @ 10:2ee04d2ebdcf draft default tip
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/2d_auto_threshold/ commit 71f7ecabba78de48147d4a5e6ea380b6b70b16e8
| author | imgteam |
|---|---|
| date | Sat, 03 Jan 2026 14:43:10 +0000 |
| parents | |
| children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/input/README.md Sat Jan 03 14:43:10 2026 +0000 @@ -0,0 +1,37 @@ +# Overview of the test images + +## `input5.jpg`: + +- axes: `YX` +- resolution: `(10, 10, 3)` +- dtype: `uint8` + +## `input8_zyx.zarr`: + +- axes: `ZYX` +- resolution: `(2, 100, 100)` +- dtype: `float64` +- metadata: + - resolution: `(1.0, 1.0)` + - z-spacing: `1.0` + - unit: `um` + +## `rgb.png`: + +- axes: `YXC` +- resolution: `(6, 6, 3)` +- dtype: `uint8` + +## `sample.tiff`: + +- axes: `YX` +- resolution: `(265, 329)` +- dtype: `uint8` +- metadata: *unknown* + +## `sample2.tiff`: + +- axes: `YX` +- resolution: `(96, 97)` +- dtype: `uint8` +- metadata: *unknown*
