vanvalenlab / kiosk-frontend

DeepCell web application built using NodeJS, Express, React, and Webpack.
Other
1 stars 0 forks source link

Add dropdown for dimension order to Segmentation job card #193

Closed elaubsch closed 2 years ago

elaubsch commented 2 years ago

This PR adds a dropdown to only the Segmentation job card with the dimension order options: bxy, cxy, bxyc, and cxyb. This change addresses the issue where multi-batch image stacks with no channel dimension were previously handled as multi-channel stacks by the segmentation consumer. The dimension order input from the user is now saved to the Redis data for each segmentation job with the variable name dimension_order.

msschwartz21 commented 2 years ago

Just wanted to check if it's intentional to merge this into multiple-visualizers? Or if the target should be switched to master?

tddough98 commented 2 years ago

Is it possible to add tooltip help text over the dimension menu to give users some additional help/context?

I can add the tooltip and make a PR into this branch. How does this text sound?

Set the dimension order when predicting with multiple channels or multiple batches.

I feel like it might be missing something