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
There is an error ocuring when a motor was removed from the scan header (e.g. via removing it from the pre-scan-snapshot in Sardana).
The file imports fine and all scans upto that point are usable (e.g. plotting and get_scan_data works), but any file after that the following error with throw:
"Can't open attribute (can't locate attribute: 'INIT_MOPO_myMotor')"
Scan #420 not present in hdf5 file!
For subsequent scans, where the motor was added back in, it works again. The only fix so far is to copy the "broken" scans to a new file as the program will then infer the motor list without said motor.
I think is has to do with the change where the motors do not need to be explicity stated anymore.
Chaning source.motor_names = to a list which does not cointain the removed motor does not fix it.
The text was updated successfully, but these errors were encountered:
There is an error ocuring when a motor was removed from the scan header (e.g. via removing it from the pre-scan-snapshot in Sardana).
The file imports fine and all scans upto that point are usable (e.g. plotting and
get_scan_data
works), but any file after that the following error with throw:For subsequent scans, where the motor was added back in, it works again. The only fix so far is to copy the "broken" scans to a new file as the program will then infer the motor list without said motor.
I think is has to do with the change where the motors do not need to be explicity stated anymore.
Chaning
source.motor_names =
to a list which does not cointain the removed motor does not fix it.The text was updated successfully, but these errors were encountered: