Ticket #3642 (closed: duplicate)
Export Oriented Lattice to Python
Reported by: | Andrei Savici | Owned by: | Andrei Savici |
---|---|---|---|
Priority: | major | Milestone: | Release 2.1 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Nick Draper |
Description
It would be nice if we can get hold of the oriented lattice from the sample. It then can be used for planning purposes when talking to data acquisition.
Change History
comment:1 Changed 9 years ago by Nick Draper
- Owner set to Anyone
- Status changed from new to assigned
comment:2 Changed 9 years ago by Nick Draper
- Milestone changed from Iteration 30 to Iteration 31
Bulk move of tickets to iteration 31 at the iteration 30 code freeze
comment:3 Changed 9 years ago by Nick Draper
- Milestone changed from Iteration 32 to Iteration 33
Moved to iteration 33 at iteration 32 code freeze
comment:6 Changed 9 years ago by Andrei Savici
- Status changed from accepted to verify
- Resolution set to duplicate
The problem was already solved, I think ticket #4315 Try
w=Load(Filename='CNCS_7860_event.nxs') SetUB(Workspace='w',a='2',b='2',c='2') o=w.sample().getOrientedLattice() print o.getB()
comment:7 Changed 8 years ago by Nick Draper
- Status changed from verify to verifying
- Tester set to Nick Draper
Note: See
TracTickets for help on using
tickets.