Ticket #1640 (closed: fixed)
Centre point rebinning
Reported by: | Nick Draper | Owned by: | Alex Buts |
---|---|---|---|
Priority: | major | Milestone: | Iteration 27 |
Component: | VATES | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Owen Arnold |
Description
Implement most basic dynamic rebinning realisation (Centre Point Rebinning). Include the ability to process Implicit functions.
Change History
comment:10 Changed 10 years ago by Alex Buts
comment:11 Changed 10 years ago by Alex Buts
comment:12 Changed 10 years ago by Alex Buts
comment:13 Changed 10 years ago by Alex Buts
comment:14 Changed 10 years ago by Alex Buts
comment:15 Changed 10 years ago by Alex Buts
comment:16 Changed 10 years ago by Alex Buts
comment:17 Changed 10 years ago by Alex Buts
comment:18 Changed 10 years ago by Alex Buts
comment:19 Changed 10 years ago by Alex Buts
comment:20 Changed 10 years ago by Alex Buts
comment:21 Changed 10 years ago by Alex Buts
comment:22 Changed 10 years ago by Alex Buts
comment:23 Changed 10 years ago by Alex Buts
comment:24 Changed 10 years ago by Alex Buts
comment:25 Changed 10 years ago by Alex Buts
comment:26 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:27 Changed 10 years ago by Alex Buts
comment:28 Changed 10 years ago by Alex Buts
comment:29 Changed 10 years ago by Alex Buts
comment:30 Changed 10 years ago by Alex Buts
comment:31 Changed 10 years ago by Alex Buts
comment:32 Changed 10 years ago by Alex Buts
comment:33 Changed 10 years ago by Alex Buts
comment:34 Changed 10 years ago by Alex Buts
comment:35 Changed 10 years ago by Alex Buts
comment:36 Changed 10 years ago by Alex Buts
comment:37 Changed 10 years ago by Alex Buts
comment:38 Changed 10 years ago by Alex Buts
comment:39 Changed 10 years ago by Alex Buts
comment:40 Changed 10 years ago by Alex Buts
comment:41 Changed 10 years ago by Alex Buts
comment:42 Changed 10 years ago by Alex Buts
comment:43 Changed 10 years ago by Alex Buts
comment:44 Changed 10 years ago by Alex Buts
- Status changed from new to verify
- Resolution set to worksforme
comment:46 Changed 10 years ago by Owen Arnold
- Status changed from verify to verifying
- Tester set to Owen Arnold
comment:47 Changed 10 years ago by Owen Arnold
- Status changed from verifying to closed
Centre piece rebinning verified works with multiple dimensions (tested with 4). Rebins correctly accross these dimensions allowing the user to specify n new uniformly spaced bins independently in each dimension. Specifying rotation matrix also result in correct reorientation for reciprocal space dimensions. Centre piece rebinning algorithm takes a MDGeometryDescription. Also, some cosmetic work to MantidPlot dialogs may be required, but this will occur under a differnt ticket.
comment:48 Changed 5 years ago by Stuart Campbell
This ticket has been transferred to github issue 2487
(In [6744]) refs #1640 modifications allowing to register MDworkspace to factory and attempted CPrebinning initialisation;