OOF2: The Manual

Name

OOF.OrientationMap.Pole_Figure — MISSING HELP STRING: OOF.OrientationMap.Pole_Figure

Synopsis

OOF.OrientationMap.Pole_Figure(microstructure,pixels,symmetry,pole,nBins,min,max,colormap,filename)

Details

  • Parent Menu: OOF.OrientationMap
  • Callback: function _makePoleFigure in module ooflib.SWIG.orientationmap.polefigure
  • Parameters:

    microstructure
    The Microstructure from which to generate a pole figure. Type: The path to an existing Microstructure object.
    pixels
    Pixels to include in the pole figure. Type: The name of a PixelGroup, or every or selected.
    symmetry
    The crystal symmetry to assume for each pixel. All equivalent orientations will be included. Type: An object from the AnisoCrystalSymmetry enumerated class.
    pole
    The pole to plot. Type: An object of the Direction class.
    nBins
    The number of bins to use in the x and y directions in the projected plot. Type: Integer.
    min
    Minimum value to plot (MRD), or 'automatic' Type: An integer, a real number, or the string 'automatic'.
    max
    Maximum value to plot (MRD), or 'automatic' Type: An integer, a real number, or the string 'automatic'.
    colormap
    How MRD values are converted to colors. Type: An object of the ColorMap class.
    filename
    The name of the pdf file to create. Type: A character string.

Description

MISSING DISCUSSION: OOF.OrientationMap.Pole_Figure