mrpro.data.InconsistentDeviceError
- exception mrpro.data.InconsistentDeviceError[source]
Raised if the devices of different fields differ.
There is no single device that all fields are on, thus the overall device of the object cannot be determined.
- __init__(*devices)[source]
Initialize.
- Parameters:
devices – The devices of the fields that differ.
- __new__(**kwargs)