Skip to content

Commit 1f730ce

Browse files
committed
DOC: including spheroids doc in the tree
1 parent dbec692 commit 1f730ce

File tree

5 files changed

+15
-6
lines changed

5 files changed

+15
-6
lines changed

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# The short X.Y version
2727
version = ''
2828
# The full version, including alpha/beta/rc tags
29-
release = '1.0.1'
29+
release = '1.0.2'
3030

3131

3232
# -- General configuration ---------------------------------------------------

doc/source/scripting/nonspherical.rst

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,16 @@ Currently supported only spheroid shape (rotational ellipsoid) using external li
1010
Example
1111
^^^^^^^
1212

13-
Calculation of extinction for oblate spheroid with aspect ratio of 1.5.
14-
The size is specified by diamter of equivalent-volume sphere.
13+
Calculation of extinction for oblate spheroid with aspect ratio of :math:`\alpha=a/c=`1.5.
14+
The size is specified by diamter :math:`a_{eff}` of equivalent-volume sphere.
15+
16+
The spheroid size can be derived as
17+
18+
.. math::
19+
20+
a = a_{eff} \alpha^{1/3} \\
21+
c = a / \alpha
22+
1523
1624
1725
.. literalinclude:: spheroid_contrib.py

doc/source/scripting/scripting.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Use Python scripts for full control of calculations.
1212
materials
1313
contribs
1414
spheres
15+
nonspherical
1516
fitting
1617

1718

meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package:
22
name: mstm_studio
3-
version: 1.0.1
3+
version: 1.0.2
44

55
build:
66
noarch: python
@@ -11,4 +11,4 @@ requirements:
1111
run:
1212
- python
1313
about:
14-
summary: Python wrapper for multiple sphere T-matrix (MSTM) code and Mie theory to calculate surface plasmon resonance (SPR) spectrum and *fit* it to experiment.
14+
summary: Python wrapper for multiple sphere T-matrix (MSTM) code and Mie theory to calculate surface plasmon resonance (SPR) spectrum and *fit* it to experiment.

mstm_studio/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.0.1'
1+
__version__ = '1.0.2'

0 commit comments

Comments
 (0)