We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
emg3d.TxMagneticDipole
> src = emg3d.TxMagneticDipole(coordinates=[0.0, 0.0, 0.0, 0.0, -0.5, 0.5]) > src TxMagneticDipole: 1.0 A; e1={0.0; 0.7; 0.0} m; e2={-0.7; 0.0; 0.0} m
which are just the first two points of it,
> src.points array([[ 0. , 0.70710678, 0. ], [-0.70710678, 0. , 0. ], [ 0. , -0.70710678, 0. ], [ 0.70710678, 0. , 0. ], [ 0. , 0.70710678, 0. ]])
The text was updated successfully, but these errors were encountered:
Fix TxMagneticDipole-repr; closes #311
86ca456
Fix TxMagneticDipole-repr; closes #311 (#325)
be4d60e
Successfully merging a pull request may close this issue.
which are just the first two points of it,
The text was updated successfully, but these errors were encountered: