You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Longer-term fix (try/except scripts to deal with differently-named or missing metadata) pending. Short-term bypass is reflected in this commit: 7732c9d
The primary md_lookup dictionary was updated to new metadata key names and manually added md["exposure"] value because shutter control was not saved in the baseline.
Tried to load data for RSoXS energy scan:
Got
AttributeError: 'NoneType' object has no attribute 'round'
pointing tomd["sam_x"]
: https://github.com/usnistgov/PyHyperScattering/blob/main/src/PyHyperScattering/SST1RSoXSDB.py#L1149The error is likely the result of
"RSoXS Sample Outboard-Inboard"
being renamed as"manipulator_x"
. Will try to add new key tomd_secondary_lookup
.The text was updated successfully, but these errors were encountered: