OOF2: The Manual
Name
OOF.PixelSelection.Orientation_Range — Select all pixels whose orientation is in a given range.
Synopsis
OOF.PixelSelection.Orientation_Range(microstructure, orientation, lattice_symmetry, misorientation)
Details
- Parent Menu: OOF.PixelSelection
-
Callback: function
doSelectionModin moduleooflib.common.pixelselectionmod -
Parameters:
microstructure- Type: The path to an existing
Microstructureobject. orientation- Select orientations similar to this. Type: An object of the
Orientationclass. lattice_symmetry- Assume the material at each point has this symmetry, making some orientations equivalent. Type: An object of the
LatticeSymmetryclass. misorientation- Select orientations with misorientation less than this, relative to the given orientation, in degrees. Type: A real number in the range [0, 180].
Description
Select all pixels whose orientation
in the Microstructure's Orientation
Map is within the given misorientation of
a reference orientation. This command does not
work with orientations given by the Orientation Property.
The misorientations are computed as if all of the materials pixels
have the given lattice_symmetry, no matter what
material properties have been assigned to them.



