ROTATION AND STRETCHING ALIGNMENTS DURING 3D EBSD RECONSTRUCTION #23
Replies: 3 comments 2 replies
-
Hello, Our backend with the algorithms/filters is hosted here on Github at simplnx. The only caveat is that our front end is closed source so you will have to build from source and target NXRunner (which is a CLI pipeline runner) or use the python bindings. The align sections algorithm code is here, there are two align sections algorithms, If you can I would recommend just utilizing our python bindings to work with your data quickly for your use case. You can make entire python filters, or just make the modifications you need to the data after the first section of the pipeline, then use that data for the remainder of the pipeline. The documentation for which can be found at www.dream3d.io specifically here That said, if you prefer c++ and do make changes on your fork, and you are willing to contribute to the new/modified algorithms, open a PR against the main repository, and we will be happy to work to get it into develop. I will be happy to answer any questions you have here, just |
Beta Was this translation helpful? Give feedback.
-
@Tejanathreddy I would also like to add that in theory, you could create your own C++ plugin and as long as you compile yours the same way we compile DREAM3D-NX, then in theory you could use DREAM3D-NX and also include your own plugin with your version of the filter. That being said, we do not currently have good documentation on creating a filter from scratch in C++. Please do ask questions here and we will do our best to help you and improve the process where we can. |
Beta Was this translation helpful? Give feedback.
-
@Tejanathreddy When you set the path to the python plugin within DREAM3D-NX, you will need to make sure the path is set to an internal directory. For example if I have a plugin called NXDataAnalysisToolkit that I generated I would set the path to this inside of DREAM3D-NX:
Please give that a try and let us know if that helps resolve the error. |
Beta Was this translation helpful? Give feedback.
-
I have been trying to reconstruct 3D EBSD using serial sectioning technique. I am facing issues with the EBSD .ang slices with rotation and stretching misalignment. I would like to modify the align section filter present in the DREAM3DNX to include the mentioned alignments. How can I modify the .cpp file of the Align section filter.
Beta Was this translation helpful? Give feedback.
All reactions