Feature #530
Python Units!
Start date:
30 June 2011
Due date:
% Done:
0%
Estimated time:
Workflow:
Description
We need a units parser. Can just be a python dict like {"Tesla":1e3, "mm":1., etc:blah}. Note this already exists in C++ legacy/Interface/MICEUnits
So we do 4*units['Tesla'] to input a value of 4 T.