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

Interactively update preprocessing parameters #21

Open
r-b-g-b opened this issue Dec 13, 2018 · 0 comments
Open

Interactively update preprocessing parameters #21

r-b-g-b opened this issue Dec 13, 2018 · 0 comments

Comments

@r-b-g-b
Copy link
Contributor

r-b-g-b commented Dec 13, 2018

It would be great to be able to adjust preprocessing parameters in real-time. #20 takes a big step towards this by registering the pipeline to the redis database, from which the web interfaces can read (and write). It also adds a new endpoint to the web interface at /pipeline. This endpoint displays the currently loaded preprocessing pipeline. To implement this we need two steps (that I can think of):

  • /pipeline needs to be made reactive, currently it only displays the values
  • we have to make the PreprocessingStep subclasses check the redis database with each new volume
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant