Ticket #4157 (closed: fixed)
Create XML based detectors grouping file
Reported by: | Wenduo Zhou | Owned by: | Wenduo Zhou |
---|---|---|---|
Priority: | major | Milestone: | Release 2.0 |
Component: | Mantid | Keywords: | GroupingWorkspace, XML |
Cc: | peter, peterson | Blocked By: | |
Blocking: | Tester: | Jose Borreguero |
Description
Definition on the format of detectors grouping file should be made. It can be very like the one defined in GroupDetectors' wiki and the XML format for detectors masking. A pair of save and load algorithms should be implemented to save the grouping workspace from Mantid in XML format, and thus create a GroupingWorkspace from an XML file.
Change History
comment:3 Changed 9 years ago by Wenduo Zhou
Implement unit tests. Minor change to c++ code. Refs #4157.
Changeset: ba7106e3a10683abe1203930923e58fa8223cfd2
comment:4 Changed 9 years ago by Wenduo Zhou
Add test file. Refs #4157.
Changeset: 32c84eff852d2621ca1fda35c73456202e701e40
comment:5 Changed 9 years ago by Wenduo Zhou
- Status changed from accepted to verify
- Resolution set to fixed
Note: See
TracTickets for help on using
tickets.
Add codes to save and load GroupingWorkspace. Refs #4157.