- read metadata into ome structure
- pytest - use pathlib - series as part of the path: path/PosN - summary only shows some available metadata - allow dict in Imread[dict(c=c, z=z, t=t)] - bfread in different process so the user can start another jvm - deal with multiple images (series/positions) in czi files - use jpype instead of javabridge/bioformats - poetry for install
This commit is contained in:
8
.gitignore
vendored
Normal file
8
.gitignore
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
._*
|
||||
*.pyc
|
||||
/build/
|
||||
*.egg-info
|
||||
/venv/
|
||||
.idea
|
||||
/.pytest_cache/
|
||||
/ndbioimage/_version.py
|
||||
Reference in New Issue
Block a user