I have an established workflow and I’d like to streamline & combine the functionalities of - ALPACA, model-to-model distance, and shape-population-viewer (in order).
For example, if possible, I’d like to take the product of ALPACA (aligned models) and automatically feed them into model-to-model distance for distance computation, in 1 click.
I noticed that Model-to-model distance module does not have .py file so I cannot edit/make changes. How can I best approach this? Any advice would be appreciated.
Andras, thanks for this piece of code - I was able to successfully integrate it into my code without having to use model-to-model & shape population viewer.
There are just a few changes I’d like to make - it looks like with this piece of code it can only show a positive difference (for ex. the area where it’s the target model has been trimmed too much with respect to the source model, but not vice versa). How can I make it show a negative difference?
Also how can I alter the colour range? For example -0.5 to 0.5 similar to how it’s done in shape population viewer
Thanks for the tip Andras. Would you know what piece of code I need to change the “Displayed Range” section? I’ve tried setScalarRange however it does not seem to change anything.
There are several color presets that display different colors for positive/negative values. You can also create custom ones as shown in these examples.
Thank you, I’ve created a custom one by editing the .txt. file.
Would you know how I can programatically alter the “Scalar Range Mode” and the “Displayed Range” as shown in the screenshot above?