Mercurial > repos > ximgchess > chap_test_20230411
comparison tomo/pipeline_reconstruct.yaml @ 95:3283cbddcc1d draft
planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit 01388c69776c82e48e84676a3d17d4623f5e08bd-dirty
author | ximgchess |
---|---|
date | Wed, 24 May 2023 14:46:50 +0000 |
parents | c63315c31cef |
children | 4b123ebffb06 |
comparison
equal
deleted
inserted
replaced
94:5479b4b4f0e6 | 95:3283cbddcc1d |
---|---|
1 pipeline: | 1 pipeline: |
2 | 2 |
3 # Reconstruct tomography stacks | 3 # Reconstruct tomography stacks |
4 - common.MultipleReader: | 4 - pipeline.MultiplePipelineItem: |
5 readers: | 5 items: |
6 - NexusReader: | 6 - common.NexusReader: |
7 filename: reduced.nex | 7 filename: reduced.nex |
8 - YAMLReader: | 8 - common.YAMLReader: |
9 filename: reconstruct.yaml | 9 filename: reconstruct.yaml |
10 schema: TomoReconstructConfig | 10 schema: TomoReconstructConfig |
11 - YAMLReader: | 11 - common.YAMLReader: |
12 filename: centers.yaml | 12 filename: centers.yaml |
13 schema: TomoFindCenterConfig | 13 schema: TomoFindCenterConfig |
14 - tomo.TomoDataProcessor: | 14 - tomo.TomoDataProcessor: |
15 output_folder: tomo_reconstruct_plots | 15 output_folder: tomo_reconstruct_plots |
16 save_figs: 'only' | 16 save_figs: 'only' |