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

Merging multiple observations of the same grain #153

Open
jadball opened this issue Jun 30, 2022 · 2 comments
Open

Merging multiple observations of the same grain #153

jadball opened this issue Jun 30, 2022 · 2 comments

Comments

@jadball
Copy link
Contributor

jadball commented Jun 30, 2022

Hello,

I have a box scan stitching algorithm that finds grains that have been observed multiple times across multiple 3DXRD scans.
Do you recommend a way to merge the observations of multiple grains together into a single grain, using the grain data in a map file?
At the moment, I am doing a volume-weighted average of the UBI matrices of the contributory grains, but the strain data of those grains looks untrustworthy.
This is related to #78 too

Thanks in advance!

@jonwright
Copy link
Member

jonwright commented Jun 30, 2022 via email

@jadball
Copy link
Contributor Author

jadball commented Jul 6, 2022

Hi Jon,

Yes, they're a series of letterboxes as a function of height. My classes for storing per-grain data use your grain class under the hood, which is nice because the strain etc are all calculated properties and can't be accidentally overwritten. I suppose I could average the strain and orientation of all the observations of a grain, then calculate the UBI from U and eps, then initialise the merged grain with the UBI?

Best,

James

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

No branches or pull requests

2 participants