view tomo/pipeline_reconstruct.yaml @ 168:7883df4af8ab draft default tip

planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit 509f8f9b035d9dc3f4878cea2d14769819fe2349-dirty
author ximgchess
date Wed, 23 Aug 2023 18:33:28 +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