Skip to content

Commit

Permalink
rename module to bioformatsimagingextractors
Browse files Browse the repository at this point in the history
  • Loading branch information
weiglszonja committed Jun 1, 2024
1 parent 663d4be commit eb33c30
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/roiextractors/extractorlist.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Listing of available formats for extraction."""

from .extractors.bioformatsimagingextractor import CxdImagingExtractor
from .extractors.bioformatsimagingextractors import CxdImagingExtractor
from .extractors.caiman import CaimanSegmentationExtractor
from .extractors.hdf5imagingextractor import Hdf5ImagingExtractor
from .extractors.numpyextractors import (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from aicsimageio.formats import FORMAT_IMPLEMENTATIONS
from ome_types import OME

from roiextractors.extraction_tools import PathType
from ...extraction_tools import PathType


def check_file_format_is_supported(file_path: PathType):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def __init__(
Parsed metadata dictionary in the form outputted by parse_ome_metadata in order to be parsed
correctly.
"""
from roiextractors.extractors.bioformatsimagingextractor.bioformats_utils import check_file_format_is_supported
from .bioformats_utils import check_file_format_is_supported
import aicsimageio

self.file_path = file_path
Expand Down

0 comments on commit eb33c30

Please sign in to comment.