OOF2: The Manual

Name

OOF.Graphics_n.Toolbox.Pixel_Select.Orientation — Select pixels whose orientation is within the given misorientation of the selected pixel's orientation.

Synopsis

OOF.Graphics_n.Toolbox.Pixel_Select.Orientation(source,lattice_symmetry,misorientation,points,shift,ctrl)

Details

  • Parent Menu: OOF.Graphics_n.Toolbox.Pixel_Select
  • Callback: function PixelSelectToolbox.selectCB in module ooflib.common.IO.genericselecttoolbox
  • Parameters:

    source
    Microstructure or Image Type: The path to an OOF2 object.
    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 selected pixel's orientation, in degrees. Type: A real number in the range [0, 180].
    points
    Type: A list of Point objects.
    shift
    True for addition. Type: Boolean, 0 (false) or 1 (true).
    ctrl
    True for toggle. Type: Boolean, 0 (false) or 1 (true).

Description

MISSING DISCUSSION: OOF.Graphics_n.Toolbox.Pixel_Select.Orientation