Skip to content

parentGrainReconstructor #666

Jan 2, 2021 · 4 comments · 5 replies
Discussion options

You must be logged in to vote

The documentation says

The parentGrainReconstructor guesses from the EBSD data what is the parent and what is the child phase. If this guess is not correct it might be specified explicitely by defining an initial guess for the parent to child orientation relationship first and passing it as a third argument to parentGrainReconstructor.

This means you need to define the parent phase yourself by

csParent = crystalSymmetry('432','mineral','FCC') % whatever your parent phase is
p2c = orientation.KurdjumovSachs(csParent, ebsd('childPhase').CS)
job = parentGrainReconstructor(ebsd,grains,p2c)

Ralf.

Replies: 4 comments 5 replies

Comment options

You must be logged in to vote
1 reply
@ghost
Comment options

Comment options

You must be logged in to vote
1 reply
@ghost
Comment options

Answer selected by ralfHielscher
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@ghost
Comment options

@ralfHielscher
Comment options

@ghost
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant