Mercurial > repos > ximgchess > chap_test_20230411
view tomo/pipeline_reconstruct.yaml @ 89:99b91cd171fb draft
planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit bdda7b10cb14636169d6aadba4d2a78d1679be45
| author | ximgchess |
|---|---|
| date | Tue, 23 May 2023 14:56:33 +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
