Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: Tim MeagherHey,
This looks good.
I've played around with this a little to try & reduce some of the overhead in the graph & make it a touch more generic.
I've attached a modified version which removes the need for joins.
Also, only the image to be displayed is loaded each time, rather than all three.
I've placed the conditions to determine which flag is displayed in composite node parameters & moved the standard deviation node out.
I thought this might help to make it a touch more generic, so that you can do all calculations outside of the node) e.g. the stdev calculation).
Then the node is a bit more reusable and you only need to specify the 3 flags to display, and the conditions when you want to display them.
You don't need to drill down into the node to make these modifications.
It is still limited to 3 flags only, and changing this would require modification of the base node.
There is then another composite node which uses the base "Display Flags" node & does the necessary stdev calculations such that the original example still works.
One word of warning though - the Image File node used is currently experimental and therefore subject to change in later versions.
Tim.
Attachments:
ThresholdVisualisation.zip