Open Issues Need Help
View All on GitHubimmersive Data Visualisation Interactive Explorer (iDaVIE). The specific goal of iDaVIE is to enable the interrogation of 3D data using virtual reality technology.
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.
immersive Data Visualisation Interactive Explorer (iDaVIE). The specific goal of iDaVIE is to enable the interrogation of 3D data using virtual reality technology.