Mercurial > repos > ximgchess > chap_test_20230411
comparison tomo/pipeline_reduce_yaml.yaml @ 91:72608a06dd7f draft
planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit 01388c69776c82e48e84676a3d17d4623f5e08bd-dirty
author | ximgchess |
---|---|
date | Wed, 24 May 2023 11:57:05 +0000 |
parents | 2679014bb6eb |
children | c63315c31cef |
comparison
equal
deleted
inserted
replaced
90:b930f59f334c | 91:72608a06dd7f |
---|---|
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' |