root_quantity is constructed using list of QuantitySpec
Quantity is accessed from root_quantity by quantity name
It would be nice to get from Quantity its QuantitySpec - get name, unit, time axis etc..
Currently, I have to get QuantitySpec by sample_storage.load_result_format() and search for selected quantity.
When moving around, I have to pass QuantitySpec and Quantity together manually.