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 doSelectionMod in module ooflib.common.pixelselectionmod
  • Parameters:

    microstructure
    Type: The path to an existing Microstructure object.
    orientation
    Select orientations similar to this. Type: An object of the Orientation class.
    lattice_symmetry
    Assume the material at each point has this symmetry, making some orientations equivalent. Type: An object of the LatticeSymmetry class.
    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.

See Also