view tomo/pipeline_reconstruct.yaml @ 66:3b1dbe3fb91b draft

planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit 922ced93dce7a89190712f1ad9abad569fe52683
author ximgchess
date Mon, 24 Apr 2023 16:39:59 +0000
parents
children dedb67bd8d6e
line wrap: on
line source

pipeline:

  # Reconstruct tomography stacks
  - common.MultipleReader:
      readers:
        - NexusReader:
            filename: reduced.nxs
        - 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.nxs
      force_overwrite: true