You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 valuesPreprocessingStep
subclasses check the redis database with each new volumeThe text was updated successfully, but these errors were encountered: