pypulseq
pypulseq copied to clipboard
Dwell time on write_epi_rs.py
Describe the bug The current implementation does not check if the dwell time complies with the hardware requirements - i.e. multiple of 10us
The code is also not easy to read as some of the system requirements are hard-coded instead of being defined with the Opts function.