Open decarlof opened 4 years ago
Another definition change is required to simplify the meta data reader (see discussion at data-exchange.
Currently we store "group name"/"name" example
"sample"/"name"
"experimenter"/"name"
ending up with a many not unique "name" labels. The proposed change will rename
"group name"/"name"
to
"group name"/"group name"_"name"
ex:
"sample"/"sample_name"
"experimenter"/"experimenter_name"
Let me know if you agree with the change as it might break some tool using these tags.
Currently we save time in the hdf data generated by areadetector using S:IOC:timeOfDayForm2SI:
but we should use ISO 8601 standard instead (see dxfile definition).
The change affects all Attribulte.xml files, replacing:
with
After this change the time will be saved as:
which is easier to manipulate and do math with.
Let me know if you agree with the change as it might break some tool using this tag.