Michael Jackson
Michael Jackson
It should still be selected but a preflight error should also appear for the user. Does this happen in your case or does the preflight silently pass?
We can look into supporting this in DREAM.3D. Historically HDF5 did not include all the libraries needed for portable compression. By that I mean that some systems had zlib included...
I think we will have a problem on macOS platforms where the entire DREAM.3D package is contained inside a .app "folder" ( this design is particular to macOS). According to...
As we just discovered on the latest macOS versions all of our relative paths do not work anyways so we are rethinking this entire setup of supporting relative paths.
https://github.com/BlueQuartzSoftware/SIMPL/issues/349
Thank you for the test base. The FeatureId that has the issue is 219. Debugging through the case we end up in a case with a 0/0 which will give...
The issue is also present in DREAM.3D 6.5 (Currently Publicly released version) in addition to the current 'develop' branch.
in the function ```void FindShapes::find_axiseulers()``` if ```Ixy, Iyz, Ixz``` **all** equal -1 then NaN values will be produced for the axis Euler values. this seems to happen with the feature...
This image shows 4 features from the sample data set that all have the same values for ```Ixy, Iyz, Ixz``` but 26 and 126 will not produce NaN values where...
A mechanism needs to be implemented to allow users to group DataContainers by some scheme such as Time Series data or montage data. Discussions have produced the idea of a...