Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openbis
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sispub
openbis
Commits
a6327898
Commit
a6327898
authored
14 years ago
by
tpylak
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
screening/dist/etc/service.properties
+14
-2
14 additions, 2 deletions
screening/dist/etc/service.properties
with
14 additions
and
2 deletions
screening/dist/etc/service.properties
+
14
−
2
View file @
a6327898
...
@@ -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
# ---------------------------------------------------------------------------
# ---------------------------------------------------------------------------
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment