Ticket #3642 (closed: duplicate)

Opened 9 years ago

Last modified 5 years ago

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:4 Changed 9 years ago by Andrei Savici

  • Owner changed from Anyone to Andrei Savici

comment:5 Changed 9 years ago by Andrei Savici

  • Status changed from assigned to accepted

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

comment:8 Changed 8 years ago by Nick Draper

  • Status changed from verifying to closed

duplicate verified

comment:9 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 4489

Note: See TracTickets for help on using tickets.