Ticket #829 (closed: fixed)
Class for crystallograhic Unit-cell
Reported by: | Laurent Chapon | Owned by: | Andrei Savici |
---|---|---|---|
Priority: | major | Milestone: | Iteration 28 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Owen Arnold |
Description
Class that enables to describe a crystal unit-cell, the reciprocal lattice, etc... and transformations between real space, Q space and orthonormal systems
Change History
comment:2 Changed 10 years ago by Nick Draper
- Milestone changed from Iteration 26 to Iteration 27
Bulk move of tickets to iteration 27, if your ticket is essential for Iteration 26 then move it back.
comment:3 Changed 10 years ago by Andrei Savici
- Status changed from new to assigned
- Owner changed from Laurent Chapon to Andrei Savici
- Component set to Mantid
comment:10 Changed 10 years ago by Andrei Savici
comment:11 Changed 10 years ago by Andrei Savici
comment:12 Changed 10 years ago by Andrei Savici
comment:13 Changed 10 years ago by Andrei Savici
comment:14 Changed 9 years ago by Andrei Savici
comment:15 Changed 9 years ago by Andrei Savici
comment:16 Changed 9 years ago by Andrei Savici
comment:17 Changed 9 years ago by Andrei Savici
- Status changed from accepted to verify
- Resolution set to fixed
To do: tests for the python bindings. This will be done at the same time as the UB matrix #455
comment:18 Changed 9 years ago by Andrei Savici
Suggestion for testing: use MantidPlot. At the script interpreter use: lat1=UnitCell() or lat2=UnitCell(2,3,4) or lat3=UnitCell(2,3,4,0.5*math.pi,0.5*math.pi,0.5*math.pi,Radians) Then try some of the functions
comment:19 Changed 9 years ago by Andrei Savici
comment:20 Changed 9 years ago by Andrei Savici
comment:21 Changed 9 years ago by Owen Arnold
- Status changed from verify to verifying
- Tester set to Owen Arnold
comment:22 Changed 9 years ago by Owen Arnold
- Status changed from verifying to closed
Class does as the ticket states. Tests covering dynamic behaviour run without issue.
comment:23 Changed 5 years ago by Stuart Campbell
This ticket has been transferred to github issue 1677
Moved as part of the end of Iteration 19