Mercurial > repos > ximgchess > chap_test_20230411
comparison tomo/pipeline_reduce_yaml.yaml @ 103:b67b9979ff74 draft
planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit 01388c69776c82e48e84676a3d17d4623f5e08bd-dirty
author | ximgchess |
---|---|
date | Wed, 24 May 2023 18:17:09 +0000 |
parents | f71e55577c95 |
children |
comparison
equal
deleted
inserted
replaced
102:f71e55577c95 | 103:b67b9979ff74 |
---|---|
1 pipeline: | 1 pipeline: |
2 | 2 |
3 # Reduce tomography images | 3 # Reduce tomography images |
4 - common.MultipleReader: | 4 - pipeline.MultiplePipelineItem: |
5 readers: | 5 items: |
6 - YAMLReader: | 6 - common.YAMLReader: |
7 filename: map.yaml | 7 filename: map.yaml |
8 schema: MapConfig | 8 schema: MapConfig |
9 - YAMLReader: | 9 - common.YAMLReader: |
10 filename: reduce.yaml | 10 filename: reduce.yaml |
11 schema: TomoReduceConfig | 11 schema: TomoReduceConfig |
12 - tomo.TomoDataProcessor: | 12 - tomo.TomoDataProcessor: |
13 output_folder: tomo_reduce_plots | 13 output_folder: tomo_reduce_plots |
14 save_figs: 'only' | 14 save_figs: 'only' |