Closed prjemian closed 1 year ago
Since the data in our table comes from this pattern: run.metadata[document_name][key]
, we should create a method that cautiously returns the value of the desired key, yet returns a default value if the key, or its parent, are not available.
This can lead to some generalized specification of each of the data table items. A few items (time, detectors, motors) would need special handling. There's a pattern here...
The new _getKey()
method ...
can lead to some generalized specification of each of the data table items. A few items (time, detectors, motors) would need special handling. There's a pattern here...
While browsing a catalog, the app crashed with this exception trace:
This particular run did not have a
stop
document.