DREAM3D icon indicating copy to clipboard operation
DREAM3D copied to clipboard

Data Analysis program and framework for materials science data analytics, based on the managing framework SIMPL framework.

Results 108 DREAM3D issues
Sort by recently updated
recently updated
newest added

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...

Documentation Fix

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...

Planned Feature

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...

Planned Feature

To ease collaboration and Plugin development, the user should be able to dynamically load selected Plugins from the file system.

Planned Feature

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...

Planned Feature

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...

Feature Request

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.

Planned Feature

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;...

Planned Feature

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...

Planned Feature