Skip to content
Snippets Groups Projects
Commit a18ef271 authored by izabel's avatar izabel
Browse files

[LMS-1708] Update configuration files

SVN: 17576
parent 5a538377
No related branches found
No related tags found
No related merge requests found
...@@ -229,8 +229,12 @@ merged-channels-images.storage-processor.generate-thumbnails = false ...@@ -229,8 +229,12 @@ merged-channels-images.storage-processor.generate-thumbnails = false
# Thumbnails size in pixels # 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. # DEPRECATED: use 'channel-codes' and 'channel-labels' instead
merged-channels-images.storage-processor.channel-names = gfp, dapi #merged-channels-images.storage-processor.channel-names = gfp, dapi
# Codes of the channels in which images have been acquired. Allowed characters: [A-Z0-9_]. Number and order of entries must be consistent with 'channel-labels'.
merged-channels-images.storage-processor.channel-codes = GFP, DAPI
# Labels of the channels in which images have been acquired. Number and order of entries must be consistent with 'channel-codes'.
merged-channels-images.storage-processor.channel-labels = Gfp, Dapi
# Format: [width]>x[height], e.g. 3x4. Specifies the grid into which a microscope divided the well to acquire images. # 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
# implementation of the IHCSImageFileExtractor interface which maps images to the location on the plate and particular channel # implementation of the IHCSImageFileExtractor interface which maps images to the location on the plate and particular channel
...@@ -267,7 +271,8 @@ split-channels-images.type-extractor.is-measured = true ...@@ -267,7 +271,8 @@ split-channels-images.type-extractor.is-measured = true
split-channels-images.storage-processor = ch.systemsx.cisd.openbis.dss.etl.PlateStorageProcessor split-channels-images.storage-processor = ch.systemsx.cisd.openbis.dss.etl.PlateStorageProcessor
split-channels-images.storage-processor.generate-thumbnails = false split-channels-images.storage-processor.generate-thumbnails = false
split-channels-images.storage-processor.channel-names = gfp, dapi split-channels-images.storage-processor.channel-codes = GFP, DAPI
split-channels-images.storage-processor.channel-labels = Gfp, Dapi
split-channels-images.storage-processor.well_geometry = 3x3 split-channels-images.storage-processor.well_geometry = 3x3
split-channels-images.storage-processor.file-extractor = ch.systemsx.cisd.openbis.dss.etl.HCSImageFileExtractor split-channels-images.storage-processor.file-extractor = ch.systemsx.cisd.openbis.dss.etl.HCSImageFileExtractor
split-channels-images.storage-processor.data-source = imaging-db split-channels-images.storage-processor.data-source = imaging-db
......
...@@ -197,8 +197,12 @@ merged-channels-images.storage-processor.generate-thumbnails = false ...@@ -197,8 +197,12 @@ merged-channels-images.storage-processor.generate-thumbnails = false
# Thumbnails size in pixels # 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. # DEPRECATED: use 'channel-codes' and 'channel-labels' instead
merged-channels-images.storage-processor.channel-names = gfp, dapi #merged-channels-images.storage-processor.channel-names = gfp, dapi
# Codes of the channels in which images have been acquired. Allowed characters: [A-Z0-9_]. Number and order of entries must be consistent with 'channel-labels'.
merged-channels-images.storage-processor.channel-codes = GFP, DAPI
# Labels of the channels in which images have been acquired. Number and order of entries must be consistent with 'channel-codes'.
merged-channels-images.storage-processor.channel-labels = Gfp, Dapi
# Format: [width]>x[height], e.g. 3x4. Specifies the grid into which a microscope divided the well to acquire images. # 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
# implementation of the IHCSImageFileExtractor interface which maps images to the location on the plate and particular channel # implementation of the IHCSImageFileExtractor interface which maps images to the location on the plate and particular channel
...@@ -235,7 +239,8 @@ split-channels-images.type-extractor.is-measured = true ...@@ -235,7 +239,8 @@ split-channels-images.type-extractor.is-measured = true
split-channels-images.storage-processor = ch.systemsx.cisd.openbis.dss.etl.PlateStorageProcessor split-channels-images.storage-processor = ch.systemsx.cisd.openbis.dss.etl.PlateStorageProcessor
split-channels-images.storage-processor.generate-thumbnails = false split-channels-images.storage-processor.generate-thumbnails = false
split-channels-images.storage-processor.channel-names = gfp, dapi split-channels-images.storage-processor.channel-codes = GFP, DAPI
split-channels-images.storage-processor.channel-labels = Gfp, Dapi
split-channels-images.storage-processor.well_geometry = 3x3 split-channels-images.storage-processor.well_geometry = 3x3
split-channels-images.storage-processor.file-extractor = ch.systemsx.cisd.openbis.dss.etl.HCSImageFileExtractor split-channels-images.storage-processor.file-extractor = ch.systemsx.cisd.openbis.dss.etl.HCSImageFileExtractor
split-channels-images.storage-processor.data-source = imaging-db split-channels-images.storage-processor.data-source = imaging-db
......
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