THE FUNCTIONALITIES OF THIS REPOSITORY ARE MOVED TO https://github.com/BIOP/bigdataviewer-image-loaders
This repository enables the opening of files into BigDataViewer by using the Bio-Formats API. Emphasis has been put on correct support of metadata for locating multiple series of acquisition, like in slide scanner file.
Multiresolition file formats supported by BioFormats are translated into a BigDataViewer multiresolution source, enabling support for 'big' files.
Note: signed pixels values are not supported.
BigDataViewer-BioFormats is shipped with the Bigdataviewer-Playground update site.
Support bioformats multiresolution api. Attempts to set colors based on bioformats metadata. Do not attempt auto contrast.
- [String] datasetname:Name of this dataset
- [File[]] files:Dataset files
- [AbstractSpimData] spimdata
Support bioformats multiresolution API. Attempts to set colors based on bioformats metadata. Do not attempt auto contrast.
- [String] datasetname:Name of this dataset
- [File[]] files:Dataset files
- [boolean] splitrgbchannels:Split RGB channels
- [String] unit:Physical units of the dataset
- [AbstractSpimData] spimdata
Saves Bdv sources as a multi-channel OME-Tiff file, with multi-resolution levels recomputed from the highest resolution level
- [int] downscaling:Scaling factor between resolution levels
- [File] file:Output file
- [Boolean] lzw_compression:Use LZW compression
- [int] max_tiles_queue:Number of tiles computed in advance
- [int] n_resolution_levels:Number of resolution levels
- [int] n_threads:Number of threads (0 = serial)
- [SourceAndConverter[]] sacs:Sources to export
- [int] tile_size_x:Tile Size X (negative: no tiling)
- [int] tile_size_y:Tile Size Y (negative: no tiling)
- [String] unit:Physical unit
Saves Bdv sources as a multi-channel OME-Tiff file, keeping original multiresolution levels if the sources are initially multiresolution.
- [File] file:Output file
- [Boolean] lzw_compression:Use LZW compression
- [int] max_tiles_queue:Number of tiles computed in advance
- [int] n_threads:Number of threads (0 = serial)
- [SourceAndConverter[]] sacs:Sources to export
- [int] tile_size_x:Tile Size X (negative: no tiling)
- [int] tile_size_y:Tile Size Y (negative: no tiling)
- [String] unit:Physical unit
Open sample datasets Downloads and cache datasets on first open attempt.
- [String] datasetName:Choose a sample dataset
- [AbstractSpimData] spimData
Support bioformats multiresolution api. Attempts to set colors based on bioformats metadata. Do not attempt auto contrast.
- [File] file:File to open
- [boolean] splitrgbchannels:Split RGB channels if you have 16 bits RGB images
- [String] unit:Physical units of the dataset