view tomo/pipeline_find_center.yaml @ 74:dedb67bd8d6e draft

planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit 919e80fa3f8a9160766ff4d2c6b8956ec5553ad3-dirty
author ximgchess
date Mon, 24 Apr 2023 19:58:22 +0000
parents 3b1dbe3fb91b
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