Skip to content

Conversation

@imikejackson
Copy link
Contributor

No description provided.

@imikejackson imikejackson force-pushed the topic/group_mtr_regions_fixes branch 4 times, most recently from 6ce723a to d0723d7 Compare September 23, 2025 16:04
@imikejackson imikejackson force-pushed the topic/group_mtr_regions_fixes branch 3 times, most recently from 64ff34a to e623f27 Compare September 30, 2025 13:04
@imikejackson imikejackson force-pushed the topic/group_mtr_regions_fixes branch 4 times, most recently from c5863ce to d1ffdb7 Compare October 7, 2025 01:40
@imikejackson imikejackson force-pushed the topic/group_mtr_regions_fixes branch from d1ffdb7 to 274aeb6 Compare October 7, 2025 14:41
params.insert(std::make_unique<NeighborListSelectionParameter>(k_ContiguousNeighborListArrayPath_Key, "Contiguous Neighbor List", "List of contiguous neighbors for each Feature.", DataPath{},
NeighborListSelectionParameter::AllowedTypes{DataType::int32}));

params.insertSeparator(Parameters::Separator{"Non-Contiguous Neighborhood Option"});
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[clang-format] reported by reviewdog 🐶

Suggested change
params.insertSeparator(Parameters::Separator{"Non-Contiguous Neighborhood Option"});
params.insertSeparator(Parameters::Separator{"Non-Contiguous Neighborhood Option"});

params.insert(std::make_unique<BoolParameter>(k_UseRunningAverage_Key, "Group C-Axes With Running Average", "Group C-Axes With Running Average", true));
params.insert(std::make_unique<Float32Parameter>(k_CAxisTolerance_Key, "C-Axis Alignment Tolerance (Degrees)", "C-Axis Alignment Tolerance (Degrees)", 0.0f));


Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[clang-format] reported by reviewdog 🐶

Suggested change

@imikejackson imikejackson force-pushed the topic/group_mtr_regions_fixes branch from 274aeb6 to 98809b4 Compare October 7, 2025 15:26
* Forced random seed to `std::mt19937::default_seed`
* Randomized ParentIds is disabled
* Ensure Use Running Average is enabled
@imikejackson imikejackson force-pushed the topic/group_mtr_regions_fixes branch from 98809b4 to dd24ff5 Compare October 22, 2025 12:18
There are necessary changes on the DREAM.3D 6.5.172 or newer to remove randomness and fix other bugs.
Both DREAM3D-NX 7 and DREAM.3D 6.5.172 output identical results.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants