view tomo/pipeline_reconstruct.yaml @ 166:f554351c0a06 draft

planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit c860fa7080cf5e8038672a876975bc7f9ca26d59
author ximgchess
date Wed, 05 Jul 2023 13:35:34 +0000
parents b67b9979ff74
children
line wrap: on
line source

pipeline:

  # Reconstruct tomography stacks
  - pipeline.MultiplePipelineItem:
      items:
        - common.NexusReader:
            filename: reduced.nex
        - common.YAMLReader:
            filename: reconstruct.yaml
            schema: TomoReconstructConfig
        - common.YAMLReader:
            filename: centers.yaml
            schema: TomoFindCenterConfig
  - tomo.TomoDataProcessor:
      output_folder: tomo_reconstruct_plots
      save_figs: 'only'
  - common.NexusWriter:
      filename: output.nex
      force_overwrite: true