view tomo/pipeline_find_center.yaml @ 130:5bf5e5fb672e draft

planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit dfe15e79689bca8ddcd843f9cf47eff29f6ee2e4-dirty
author ximgchess
date Tue, 20 Jun 2023 11:58:39 +0000
parents b67b9979ff74
children
line wrap: on
line source

pipeline:

  # Find rotation axis centers for the tomography stacks
  - pipeline.MultiplePipelineItem:
      items:
        - common.NexusReader:
            filename: reduced.nex
        - common.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