Ticket #2995 (closed: fixed)
Allow dimension configuration for Event Nexus Reader
Reported by: | Owen Arnold | Owned by: | Owen Arnold |
---|---|---|---|
Priority: | major | Milestone: | Iteration 29 |
Component: | VATES | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Janik Zikovsky |
Description
Dimension properties are currently hard-coded for this reader. We already have widgets that can do this sort of configuration, but in order to use them geometry xml must be obtained from imddimension types. Currently generation of the xml is the responsibility of the MDGeometry type, which is not used for event-based visualisation.
1) Extract the geometry xml logic from MDGeometry 2) Enable dimensional configuration for vtkEventNexusReader
Change History
comment:4 Changed 9 years ago by Owen Arnold
(In [11786]) re #2995. Enforce rule that mapped dimensions cannot be integrated. In order to be integrated, they must be recorded as Ordinary dimensions only (not aligned to x, y, z, t). This cannot be done at the IMDWorkspace + IDMDimension levels, so delegated to Parsing. Rule is switchable at compile time. Next step is to have Qt widgets respect this rule too.
comment:10 Changed 9 years ago by Owen Arnold
comment:11 Changed 9 years ago by Owen Arnold
comment:12 Changed 9 years ago by Owen Arnold
comment:13 Changed 9 years ago by Owen Arnold
- Status changed from accepted to verify
- Resolution set to fixed
comment:14 Changed 9 years ago by Janik Zikovsky
- Status changed from verify to verifying
- Tester set to Janik Zikovsky
comment:15 Changed 9 years ago by Janik Zikovsky
- Status changed from verifying to closed
I've used this.
comment:16 Changed 5 years ago by Stuart Campbell
This ticket has been transferred to github issue 3842