immersive Data Visualisation Interactive Explorer (iDaVIE). The specific goal of iDaVIE is to enable the interrogation of 3D data using virtual reality technology.

2 Open Issues Need Help Last updated: Aug 28, 2025

Open Issues Need Help

View All on GitHub

immersive Data Visualisation Interactive Explorer (iDaVIE). The specific goal of iDaVIE is to enable the interrogation of 3D data using virtual reality technology.

C#

AI Summary: Fix a bug in the `FindStats` function of the iDaVIE project's `data_analysis_tool.cpp` file. The function incorrectly calculates the mean and standard deviation when NaN values are present in the input array. The fix involves tracking the number of valid (non-NaN) elements and using this count as the denominator for the mean and standard deviation calculations.

Complexity: 2/5
bug good first issue

immersive Data Visualisation Interactive Explorer (iDaVIE). The specific goal of iDaVIE is to enable the interrogation of 3D data using virtual reality technology.

C#