Skip to content

Commit 41ce513

Browse files
committed
docu
1 parent 97fe882 commit 41ce513

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

docs/_pages/0_documentation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ The ``getB`` method will always calculate the field in the underlying canonical
376376

377377
Geometrically, a sensor object ``sens`` behaves just like a source object, having position and orientation attributes that can be set using the convenient methods ``sens.setPosition``, ``sens.move``, ``sens.setOrientation`` and ``sens.rotate``.
378378

379-
To return the field of the source ``s`` as seen by the sensor once can use the method ``sens.getB(s)``. Here ``s`` can be a source object or a collection of sources.
379+
To return the field of the source ``s`` as seen by the sensor one can use the method ``sens.getB(s)``. Here ``s`` can be a source object or a collection of sources.
380380

381381
.. code-block:: python
382382
@@ -432,7 +432,7 @@ Complex Magnet Geometries
432432

433433
As a result of the superposition principle complex magnet shapes and inhomogeneous magnetizations can be generated by combining multiple sources. Specifically, when two magnets overlap in this region a *vector union* applies. This means that in the overlap the magnetization vector is given by the sum of the two vectors of each object.
434434

435-
.. image:: ../_static/images/documentation/superposition.JPG
435+
.. figure:: ../_static/images/documentation/superposition.png
436436
:align: center
437437
:scale: 30 %
438438

Binary file not shown.
Loading

0 commit comments

Comments
 (0)