view tomo/pipeline_reconstruct.yaml @ 102:f71e55577c95 draft

planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit b682c580a95bebc59bc33128973cee4eac8362c7-dirty
author ximgchess
date Wed, 24 May 2023 17:03:19 +0000
parents e7fd2e5b53ba
children b67b9979ff74
line wrap: on
line source

pipeline:

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