Closed
Description
Summary
At DESY we often store some parts of scientificMetadata in arrays/lists e.g. vectors
"vector": {
"value": [1,1,0],
"unit": "mm"
}
However, I such case the current algorithm to convert value and units to SI crashes.
Expected Behaviour
I would like to support also arrays/lists in scientificMetadata as well.