Ticket #6384 (closed: fixed)
Get chi, phi, and omega from Oriented Lattice
Reported by: | Vickie Lynch | Owned by: | Vickie Lynch |
---|---|---|---|
Priority: | major | Milestone: | Release 2.4 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Owen Arnold |
Description
Nobody knows how to get the "chi,phi,omega" from the OrientedLattice. I don't know if this is a short-coming of the underlying object or what we have exposed in python. Currently people are reading the log values, but that should not be the long term plan.
Change History
comment:2 Changed 8 years ago by Vickie Lynch
Refs #6384 Goniometer added to new api
Changeset: 67a7a74c705f9cba3546b556f5cd5f798deb4b5a
comment:3 Changed 8 years ago by Vickie Lynch
- Status changed from new to accepted
To test load TOPAZ_3131 file and then run in new api: mtd[TOPAZ_3131].getRun().getGoniometer().getEulerAngles("yzy")
comment:4 Changed 8 years ago by Vickie Lynch
- Status changed from accepted to verify
- Resolution set to fixed
Note: See
TracTickets for help on using
tickets.
Works in old API but not new: from mantidsimple import * print mtdTOPAZ_3131?.getRun().getGoniometer().getEulerAngles("yzy")