The spin lock field strength is noted $\nu_1$, and relax requires these to be provided in unit of '''Hz'''.<br>
The spin lock field strength is converted to rad/s, with the following function call.<br>$\omega_1 = 2\pi \cdot \nu_1$<source lang="python">omega1 = point * 2.0 * pi</source>
=== The trouble ===