Load multidimensional image stacks using lazy loading.
A simple class to load OctopusLite data from a directory. Caches data once
it is loaded to prevent excessive I/O to the data server. Can directly
address different channels using the `Channels` enumerator.
Usage
-----
>>> from octopuslite import DaskOctopus, MetadataParser
>>> images = DaskOctopus(
path = '/path/to/your/data/',
crop = (1200,1600),
transforms = 'path/to/transform_array.npy',
remove_background = True,
parser = MetadataParser.OCTOPUS,
)
>>> gfp = images["GFP"]
-
Notifications
You must be signed in to change notification settings - Fork 2
reader for octopuslite data
License
lowe-lab-ucl/octopuslite-reader
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
reader for octopuslite data
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published