view tomo/pipeline_find_center.yaml @ 124:020caca70a9a draft

planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit 6697892ecc504b00077394d0c167431ec3ac12f7-dirty
author ximgchess
date Tue, 30 May 2023 15:14:56 +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