aboutsummaryrefslogtreecommitdiffstats
path: root/bsie
diff options
context:
space:
mode:
Diffstat (limited to 'bsie')
-rw-r--r--bsie/apps/index.py10
1 files changed, 9 insertions, 1 deletions
diff --git a/bsie/apps/index.py b/bsie/apps/index.py
index 7cf94d3..25e006f 100644
--- a/bsie/apps/index.py
+++ b/bsie/apps/index.py
@@ -44,7 +44,10 @@ def main(argv):
# FIXME: Read reader/extractor configs from a config file
# reader builder
- rbuild = ReaderBuilder({})
+ rbuild = ReaderBuilder({
+ 'bsie.reader.image.Image': {
+ 'cfg': {}}, # FIXME: cfg should be optional!
+ })
# extractor builder
ebuild = ExtractorBuilder([
{'bsie.extractor.generic.path.Path': {}},
@@ -58,6 +61,11 @@ def main(argv):
bsfs:unique "true"^^xsd:boolean .
''',
)},
+ {'bsie.extractor.image.colors_spatial.ColorsSpatial': {
+ 'width': 2,
+ 'height': 2,
+ 'exp': 2,
+ }},
])
# pipeline builder
pbuild = PipelineBuilder(