Ticket #6262 (closed: fixed)
Display DetectorGroup members in detector table
Reported by: | Martyn Gigg | Owned by: | Martyn Gigg |
---|---|---|---|
Priority: | major | Milestone: | Release 2.4 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Andrei Savici |
Description (last modified by Martyn Gigg) (diff)
We currently have no way of displaying the members of a DetectorGroup. Alter the DetectorID column of the main detector table to list the members if applicable. If the number of entries is greater than 10, simply print the first 3...last 3.
Change History
comment:3 Changed 8 years ago by Martyn Gigg
Display group information in detector table. Refs #6262
Changeset: c5d288a9debe14635a565338d1e34ec63c4b76f6
comment:4 Changed 8 years ago by Martyn Gigg
- Status changed from accepted to verify
- Resolution set to fixed
Tester: Please check that all of the values within the detector table are as you would expect. The way to get grouped detectors is to load something & then run the GroupDetectors algorithm. If you have more than 10 in a group then the table should display the cut down list as:
first, second...(n more)...last-1,last
comment:5 Changed 8 years ago by Martyn Gigg
Display group information in detector table. Refs #6262
Changeset: c5d288a9debe14635a565338d1e34ec63c4b76f6
comment:6 Changed 8 years ago by Andrei Savici
- Status changed from verify to verifying
- Tester set to Andrei Savici
comment:7 Changed 8 years ago by Martyn Gigg
- Status changed from verifying to reopened
- Resolution fixed deleted
comment:9 Changed 8 years ago by Martyn Gigg
Fix ID ordering of first two elements in det table Refs #6262
It turned out to be an undefined order in which the iterator was being incremented and dereference in a chained function call.
Changeset: fe94f9b49971c7800b0c6714038b260e8ef7afea
comment:10 Changed 8 years ago by Martyn Gigg
- Status changed from accepted to verify
- Resolution set to fixed
comment:13 Changed 8 years ago by Martyn Gigg
Fix ID ordering of first two elements in det table Refs #6262
It turned out to be an undefined order in which the iterator was being incremented and dereference in a chained function call.
Changeset: fe94f9b49971c7800b0c6714038b260e8ef7afea
comment:14 Changed 5 years ago by Stuart Campbell
This ticket has been transferred to github issue 7108