- set dtype according to pixel type in file

- cziread bugfix
- add reader for broken files saved by Fiji
- make ndread work for arrays with less dimensions than 5
- relative imports
- remove some old functions
- make bfread check if it can open the file
This commit is contained in:
Wim Pomp
2023-08-14 17:01:03 +02:00
parent 0bd22d766a
commit bdd7a5399c
10 changed files with 143 additions and 78 deletions

View File

@@ -1,7 +1,6 @@
import tifffile
import yaml
import re
from ndbioimage import Imread
from pathlib import Path
from functools import cached_property
from ome_types import model
@@ -9,6 +8,7 @@ from ome_types._base_type import quantity_property
from itertools import product
from datetime import datetime
from abc import ABC
from .. import Imread
def lazy_property(function, field, *arg_fields):