Skip to content
Snippets Groups Projects
Commit a6327898 authored by tpylak's avatar tpylak
Browse files

LMS-1546 documentation for screening DSS distribution config

SVN: 16679
parent bdc195a1
No related branches found
No related tags found
No related merge requests found
...@@ -234,14 +234,26 @@ merged-channels-images.type-extractor.data-set-type = HCS_IMAGE ...@@ -234,14 +234,26 @@ merged-channels-images.type-extractor.data-set-type = HCS_IMAGE
merged-channels-images.type-extractor.is-measured = true merged-channels-images.type-extractor.is-measured = true
merged-channels-images.storage-processor = ch.systemsx.cisd.openbis.dss.etl.PlateStorageProcessor merged-channels-images.storage-processor = ch.systemsx.cisd.openbis.dss.etl.PlateStorageProcessor
# Should the thumbnails be generated?
# It slows down the dataset registration, but increases the performance when the user wants to see the image.
# Can be 'true' or 'false', 'false' is the default value
merged-channels-images.storage-processor.generate-thumbnails = true merged-channels-images.storage-processor.generate-thumbnails = true
# Thumbnails size in pixels
#merged-channels-images.storage-processor.thumbnail-max-width = 300 #merged-channels-images.storage-processor.thumbnail-max-width = 300
#merged-channels-images.storage-processor.thumbnail-max-height = 200 #merged-channels-images.storage-processor.thumbnail-max-height = 200
# Names of the channels in which images have been acquired.
merged-channels-images.storage-processor.channel-names = green, blue merged-channels-images.storage-processor.channel-names = green, blue
# Format: [width]>x[height], e.g. 3x4. Specifies the grid into which a microscope divided the well to acquire images.
merged-channels-images.storage-processor.well_geometry = 3x3 merged-channels-images.storage-processor.well_geometry = 3x3
merged-channels-images.storage-processor.file-extractor = ch.systemsx.cisd.openbis.dss.etl.lmc.HCSImageFileExtractor # implementation of the IHCSImageFileExtractor interface which maps images to the location on the plate and particular channel
# Here: the extractor requireds that each image name should adhere to the schema:
# <any-text>_<plate-code>_<well-code>_<tile-code>_<channel-name>.<allowed-image-extension>
merged-channels-images.storage-processor.file-extractor = ch.systemsx.cisd.openbis.dss.etl.HCSImageFileExtractor
# specification of the imaging db
merged-channels-images.storage-processor.data-source = imaging-db merged-channels-images.storage-processor.data-source = imaging-db
# Available values: RED, GREEN or BLUE # Optional comma separated list of color components.
# Available values: RED, GREEN or BLUE.
# If specified then the channels are extracted from the color components and override 'file-extractor' results.
merged-channels-images.storage-processor.extract-single-image-channels = GREEN, BLUE merged-channels-images.storage-processor.extract-single-image-channels = GREEN, BLUE
# --------------------------------------------------------------------------- # ---------------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment