heprom / pymicro

A Python package to work with material microstructures and 3d data sets
http://pymicro.readthedocs.io
MIT License
42 stars 22 forks source link

Method for plotting IFP orientation map #6

Closed jadball closed 3 years ago

jadball commented 3 years ago

Hello,

I was wondering whether there is a method somewhere within pymicro for plotting an IPF-coloured orientation map of EBSD data loaded into the pymicro.crystal.microstructure.Microstructure class?

Thanks.

heprom commented 3 years ago

Hi James,

Thanks for reaching out. Yes, normally a simple pf.set_map_field('ipf') should do the trick. Let me know if you run into some problems.

Henry

heprom commented 3 years ago

be careful though, it only works for cubic symmetry for the moment.