DREAM3D
DREAM3D copied to clipboard
Data Analysis program and framework for materials science data analytics, based on the managing framework SIMPL framework.
There are currently more in-depth tutorials in the user manual, but a section named "Quick Start" should be added for new users. This section would contain several example pipelines from...
Filters that compute information on surface meshes currently use average information from the original image geometry as input. Now that the Quick Surface Mesh filter can carry information forward about...
Mesh arrays currently store the information for the feature to which the element normal points first, followed by the information for the other feature. This is true regardless of the...
To ease collaboration and Plugin development, the user should be able to dynamically load selected Plugins from the file system.
Several filters make use of interpolation in some fashion, or would need interpolation in the future. A basic interpolation framework should be added to SIMPL to allow for simple interpolations...
Any filter that processes or creates data should have an option to use a mask, so "bad" data can be ignored from the computation. This issue should be referenced when...
The Quilt Cell Data filter currently only calculates the average within the quilt. Additional operations, such as max/min/std dev/variance should be added. Also possibly include Fourier transform for directionality.
A filter currently exists the calculates misorientations for features, but there is no filter that calculates misorientations at the voxel level. A filter should be added that calculates this metric;...
The Separator Widget is very basic and there are other use cases where a programmer would like to just show a simple block of text or just the line. The...