realtimefmri icon indicating copy to clipboard operation
realtimefmri copied to clipboard

Interactively update preprocessing parameters

Open r-b-g-b opened this issue 7 years ago • 0 comments

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

r-b-g-b avatar Dec 13 '18 20:12 r-b-g-b