- 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:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user