Skip to content
Discussion options

You must be logged in to vote

Hi @503048019-lab,

Not a worry - we are always happy to help.

  1. As a note for the future, please do not add your questions to old discussions.
    Instead please open new issues/discussions.
    In that way - new users such as yourself can easily find answers.

  2. To show you an example how to plot a KAM map of the ebsd data of child grains within a parent austenite grain of interest, I first ran ORTools_example01 up to line 152.
    Then I used these commands given below:

%% Define the parent grain of interest
pGrainId = 483;
pGrain = job.parentGrains(job.parentGrains.id == pGrainId);
pEBSD = job.ebsd(pGrain);
pEBSD = pEBSD(job.csParent);

%% Define the child grains
cGrains = job.grainsPrior(job.mer…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@503048019-lab
Comment options

@503048019-lab
Comment options

Answer selected by AzdiarGazder
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
Converted from issue

This discussion was converted from issue #95 on November 07, 2025 04:59.