Ticket #5560 (closed: fixed)
Add methods to store histogram bin boundaries within a run object
Reported by: | Martyn Gigg | Owned by: | Martyn Gigg |
---|---|---|---|
Priority: | major | Milestone: | Release 2.2 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Wenduo Zhou |
Description
Two methods are required:
- The first to store a vector of doubles within the run
- The second to retrieve the upper & lower boundaries for a given value
Change History
comment:2 Changed 8 years ago by Martyn Gigg
Add helper methods to Run object. Refs #5560
Makes it easier to get values from properties.
Changeset: e170d3cddf375b7891dbf66030d4c48b6db78d52
comment:3 Changed 8 years ago by Martyn Gigg
Add methods to store/retrieve histogram bins for a run. Refs #5560
Changeset: 2e4bd519c9955357ededf6fb0e7cd9c3a02b6de1
comment:4 Changed 8 years ago by Martyn Gigg
Fix loading/saving test regarding unknown property. Refs #5560
Changeset: 9ae6fdceb2c76b0403553e270ff8780f55ecb3b0
comment:5 Changed 8 years ago by Martyn Gigg
- Status changed from accepted to verify
- Resolution set to fixed
comment:6 Changed 8 years ago by Martyn Gigg
Add helper methods to Run object. Refs #5560
Makes it easier to get values from properties.
Changeset: e170d3cddf375b7891dbf66030d4c48b6db78d52
comment:7 Changed 8 years ago by Martyn Gigg
Add methods to store/retrieve histogram bins for a run. Refs #5560
Changeset: 2e4bd519c9955357ededf6fb0e7cd9c3a02b6de1
comment:8 Changed 8 years ago by Martyn Gigg
Fix loading/saving test regarding unknown property. Refs #5560
Changeset: 9ae6fdceb2c76b0403553e270ff8780f55ecb3b0
comment:9 Changed 8 years ago by Wenduo Zhou
- Status changed from verify to verifying
- Tester set to Wenduo Zhou
comment:10 Changed 8 years ago by Wenduo Zhou
Part of the change made this ticket was modified again in ticket #5397. The bin boundary is not added to sample log as a property. Otherwise it looks fine.
comment:12 Changed 5 years ago by Stuart Campbell
This ticket has been transferred to github issue 6406