GSTT-CSC / hazen-web-app

Interactive web-based implementation of hazen
Other
0 stars 0 forks source link

Improve implementation of SNR Task #75

Open laurencejackson opened 2 years ago

laurencejackson commented 2 years ago

SNR task requires additional features:

sophie22 commented 2 years ago

Are images for SNR measurement always going to be separate Series or is it just how it is in the test dataset? I added a text input field to get the slice_width variable and pass it to the task running the SNR script.

tomaroberts commented 1 year ago

The SNR task is currently working, but the implementation needs improving. Currently, you have to select two SNR images, then process. The final report is associated with one of these two images, but the other image sits dead in the Workbench table.

For example, when uploaded, the files look like this in Workbench:

image

When running the SNR Task, the user must select both Series, which is currently quite unintuitive as the majority of other tasks require selecting one series:

image

Once the SNR Task is run, the Workbench looks like this:

image

Again, this could be better because currently it's not obvious to the user that the report applies to both of these Series.