view tomo/pipeline_reconstruct.yaml @ 86:dadfe8bcbc0d draft

planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit 68cb427ae89554b84bb7eb9f1ff9ab1497539208-dirty
author ximgchess
date Fri, 19 May 2023 10:19:00 +0000
parents dedb67bd8d6e
children 72608a06dd7f
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