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
_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
everyorselected. 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 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
ColorMapclass. filename- The name of the pdf file to create. Type: A character string.



