SCIInstitute / shapeworks-cloud

A web version of ShapeWorks Studio
https://www.shapeworks-cloud.org/#/
Apache License 2.0
1 stars 0 forks source link

Feature: Analysis shape viewer should be able to show individual subjects #382

Open JakeWags opened 1 month ago

JakeWags commented 1 month ago

This should behave similarly to Studio to maintain parity

JakeWags commented 4 weeks ago

This should look like the Samples tab in Studio: studio-samples-analysis

Notable features: options -

Questions:

akenmorris commented 4 weeks ago

How is median sample calculated? Is this simply the median subject number?

The median sample is the sample in the shape model with the smallest total particle to particle difference. It's computed by taking each shape and for each shape, for each particle, adding up the particle to particle distance.

akenmorris commented 4 weeks ago

How are the scales for the mean difference calculated?

Usually just the min and max. There are some cases in studio where it auto adjusts as you go through the data though, meaning the min is the min of all values seen so far and max likewise.