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

MISSING DISCUSSION: OOF.PixelSelection.Orientation_Range