Mercurial > repos > ximgchess > chap_test_20230411
view tomo/pipeline_find_center.yaml @ 97:96a9113ccce3 draft
planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit b682c580a95bebc59bc33128973cee4eac8362c7-dirty
author | ximgchess |
---|---|
date | Wed, 24 May 2023 15:22:38 +0000 |
parents | 4b123ebffb06 |
children | e7fd2e5b53ba |
line wrap: on
line source
pipeline: # Find rotation axis centers for the tomography stacks - common.MultipleReader: readers: - NexusReader: filename: reduced.nex - YAMLReader: filename: find_center.yaml schema: TomoFindCenterConfig - tomo.TomoDataProcessor: output_folder: tomo_find_center_plots save_figs: 'only' - common.YAMLWriter: filename: output.yaml force_overwrite: true