OOF2: The Manual
Name
OOF.OrientationMap.Pole_Figure — Plot a pole figure for a microstructure.
Synopsis
OOF.OrientationMap.Pole_Figure(microstructure, pixels, symmetry, pole, nBins, min, max, colormap, size, filename, overwrite)
Details
- Parent Menu: OOF.OrientationMap
-
Callback: function
_makePoleFigurein moduleooflib.SWIG.orientationmap.polefigure -
Parameters:
microstructure- The Microstructure from which to generate a pole figure. Type: The path to an existing
Microstructureobject. pixels- Pixels to include in the pole figure. Type: The name of a PixelGroup, or
everyorselection. symmetry- The crystal symmetry to assume for each pixel. All equivalent orientations will be included. Type: An object from the
AnisoCrystalSymmetryenumerated class. pole- The pole to plot. Type: An object of the
Directionclass. 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 value
automatic. max- Maximum value to plot (MRD), or 'automatic' Type: An integer, a real number, or the value
automatic. colormap- How MRD values are converted to colors. Type: An object of the
ColorMapclass. size- Size of the plot (number of pixels along an edge). Type: Integer.
filename- The name of the pdf file to create. Type: A character string.
overwrite- Overwrite an existing file? Type: Boolean: True or False.



