Skip to content

Commit 24f3aca

Browse files
authored
High-level dataset library (#165)
* only log downsampling for each MB ob precessed data * log every gigabyte instead of every megabyte * implement PR feedback * WIP: implement high level dataset api * WIP: implement TiffMag * implement test for dataset api * refactor high level dataset api * add test data for WKDataset * improve high level dataset api and add more tests * use seed in tests to achieve deterministic behaviour * implement a test for writing out of bounds with a wk_slice * improve quality of dataset tests * make naming schema of test files consistent * implement PR feedback * rename tiffs in testdata * Improve error message and reformat code * add type annotation * rename Slice to View * remove comments and reformat code * add scikit-image (which is needed for skimage) as dependency * update version of scikit-image * fix relative paths in tests * reformat code
1 parent 8079c96 commit 24f3aca

File tree

23 files changed

+1936
-2
lines changed

23 files changed

+1936
-2
lines changed

poetry.lock

Lines changed: 247 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ cluster_tools = "1.46"
1717
natsort = "^6.2.0"
1818
psutil = "^5.6.7"
1919
nibabel = "^2.5.1"
20+
scikit-image = "^0.16.2"
2021

2122
[tool.poetry.dev-dependencies]
2223
pylint = "2.3.1"
20.9 KB
Binary file not shown.
20.9 KB
Binary file not shown.
20.9 KB
Binary file not shown.
20.9 KB
Binary file not shown.
20.9 KB
Binary file not shown.
20.9 KB
Binary file not shown.
20.9 KB
Binary file not shown.
20.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)