Skip to content

absolute area fraction by variant #19

Closed Answered by frankNiessen
trudator asked this question in Q&A
Discussion options

You must be logged in to vote

Hi,

this might not be the most elegant way of doing it, but you can compute the variant ID of each EBSD pixel this way:

    pGrains = job.grains(job.mergeId(job.ebsdPrior(job.csChild).grainId));
    isParent = pGrains.phaseId == job.parentPhaseId;
    pGrains = pGrains(isParent);
    cEBSD = job.ebsdPrior(job.csChild);
    cEBSD = cEBSD(isParent);
    varIds = calcVariantId(pGrains.meanOrientation,cEBSD.orientations,job.p2c,'variantMap',job.variantMap);

Then you can check how often each variant ID is present within varIds which should give you the relative area fraction based on EBSD data.

Please let me know if it works.

Best wishes
Frank

Replies: 1 comment 14 replies

Comment options

You must be logged in to vote
14 replies
@trudator
Comment options

@frankNiessen
Comment options

@trudator
Comment options

@frankNiessen
Comment options

@trudator
Comment options

Answer selected by trudator
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
no fix needed This does not require fixing
2 participants