The spheroidal rotation matrix returned from the data structure 'self.relax.data.diff[run].rotation'
was incorrect. Instead of the true rotation matrix, the transpose of the matrix was being returned.
As the spheroidal rotation matrix was transposed whereas the ellipsoidal rotation matrix was correct
(the spherical rotation matrix was the identity matrix, so no problem there), the maths for
generating the PDB geometric object representing the diffusion tensor was causing problems. Now all
three geometric objects - sphere, spheroid, and ellipsoid - should be correctly generated.