Mercurial > repos > ximgchess > chap_test_20230411
view tomo/pipeline_find_center.yaml @ 78:d0bc5f9dc4c9 draft
planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit 64d735e72badb6466fcf32843328300887a4a46e-dirty
author | ximgchess |
---|---|
date | Thu, 27 Apr 2023 11:01:04 +0000 |
parents | dedb67bd8d6e |
children | 72608a06dd7f |
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