OOF2: The Manual

Name

OOF.LoadData.Microstructure.OrientationMap — Load an Orientation Map. Used internally in data files.

Synopsis

OOF.LoadData.Microstructure.OrientationMap(microstructure,filename,orientations)

Details

  • Parent Menu: OOF.LoadData.Microstructure
  • Callback: function _loadOrientationMap in module ooflib.orientationmap.orientmapIO
  • Parameters:

    microstructure
    Type: The path to an existing Microstructure object.
    filename
    File from which the map was read. Type: A character string.
    orientations
    Tuples containing ABG values. Type: A list of lists of floats. The sublists must all have the same size.

Description

Load an Orientation Map into a Microstructure. This command is used only in data files, and is only available if OOF2 was built with the --enable-orientationmap option.