You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to MTEX
I have a set of orientations from an ebsd dataset ( ebsd('t').orientations ) of which I would like to change its specimenSymmetry type. It comes with a triclinic generic specimenSymmetry and I would like to change it to orthorhombic.
Thanks in advance.
Ralf Hielscher
unread,
Jun 9, 2019, 12:51:32 AM6/9/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to MTEX
You can do
ori = ebsd('t').orientations ori.SS = specimenSymmetry('mmm')