Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

autogenertion of pipeline templates #539

Open
dkazanc opened this issue Jan 17, 2025 · 0 comments
Open

autogenertion of pipeline templates #539

dkazanc opened this issue Jan 17, 2025 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@dkazanc
Copy link
Collaborator

dkazanc commented Jan 17, 2025

The pipeline templates that we provide to users (and for production testing) should be automatically generated to avoid manual updating for every release.
The high level syntax such as this can be used:

- method: standard_tomo
  module_path: httomo.data.hdf.loaders
- method: find_center_vo
  module_path: httomolibgpu.recon.rotation
- method: remove_outlier
  module_path: httomolibgpu.misc.corr
....

The pipeline auto-generation script will use the latest templates from httomo-backends in order to build up the full pipeline.

@dkazanc dkazanc added the documentation Improvements or additions to documentation label Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant