Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FindClusterFaces Algorithm #10271

Closed
OwenArnold opened this issue May 8, 2014 · 1 comment
Closed

FindClusterFaces Algorithm #10271

OwenArnold opened this issue May 8, 2014 · 1 comment
Assignees
Labels
Diffraction Issues and pull requests related to diffraction
Milestone

Comments

@OwenArnold
Copy link
Contributor

This ticket is blocks : TRAC9375, TRAC9455

This algorithm is a key component of http://trac.mantidproject.org/mantid/ticket/9375, which will be used to display cluster workspaces in the SliceViewer.

This algorithm inspects an image (MDHistoWorkspace) containing clusters, and takes an optional PeaksWorkspace as a filter. It then builds a table of all the edges of each cluster. The workings have been outline in http://trac.mantidproject.org/mantid/ticket/9375.

I have considered using MarchingCubes for this type of analysis, but the interpolation to generate polygons will not give the true region of the cluster.

@OwenArnold OwenArnold added the Diffraction Issues and pull requests related to diffraction label Jun 3, 2015
@OwenArnold OwenArnold self-assigned this Jun 3, 2015
@OwenArnold OwenArnold added this to the Release 3.2 milestone Jun 3, 2015
@OwenArnold
Copy link
Contributor Author

This issue was originally trac ticket 9428

martyngigg added a commit that referenced this issue Nov 26, 2015
martyngigg added a commit that referenced this issue Nov 26, 2015
Conflicts:
	Code/Mantid/Framework/Kernel/CMakeLists.txt
Refs #10271
martyngigg added a commit that referenced this issue Nov 26, 2015
Tcmalloc causes emacs to crash so don't pollute the standard environment
with it.
Refs #10271
martyngigg added a commit that referenced this issue Nov 26, 2015
It was calling the script recursively and running out of file descriptors
Refs #10271
martyngigg added a commit that referenced this issue Nov 26, 2015
dirname is a bash function and is not available in all shells.
Refs #10271
martyngigg added a commit that referenced this issue Nov 26, 2015
martyngigg added a commit that referenced this issue Nov 26, 2015
martyngigg added a commit that referenced this issue Nov 26, 2015
martyngigg added a commit that referenced this issue Nov 26, 2015
Conflicts:
	Code/Mantid/Framework/CMakeLists.txt
Refs #10271
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Diffraction Issues and pull requests related to diffraction
Projects
None yet
Development

No branches or pull requests

1 participant