Ticket #4236 (closed: fixed)
A problem in ParameterMap
Reported by: | Roman Tolchenov | Owned by: | Roman Tolchenov |
---|---|---|---|
Priority: | major | Milestone: | Release 2.0 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Jose Borreguero |
Description
I found a problem in ParameterMap.cpp. In ExperimentInfo there is a line to add to a parameter map:
pmap.add(tokens[1], comp, tokens[2], tokens[3]);
When tokens[1] is V3D, only the z coordinate is changed with the parameter map. This causes problems with our SNAP instrument geometry when a processed nexus file is written and then loaded into Mantid.
Thanks, Vickie
Change History
comment:2 Changed 9 years ago by Roman Tolchenov
Re #4236. V3D parameter save and load methods use different formats.
Changeset: 2393b1364f528fed19d885ed57d0d5cbf1e989e5
comment:3 Changed 9 years ago by Roman Tolchenov
- Status changed from accepted to verify
- Resolution set to fixed
Note: See
TracTickets for help on using
tickets.