The latest ismrmrd version requires the keyword-only argument experimentalConditions in the ismrmrdHeader.__init__().
For the moment, I limited the ismrmrd version to "ismrmrd>=1.14.1,<1.15" in 79401eb, but in the future we should adjust our code and add the missing info(s).
The latest ismrmrd version requires the keyword-only argument
experimentalConditionsin theismrmrdHeader.__init__().For the moment, I limited the ismrmrd version to
"ismrmrd>=1.14.1,<1.15"in 79401eb, but in the future we should adjust our code and add the missing info(s).