-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/Zernike'
# Conflicts: # docs/download.htm # docs/index.htm
- Loading branch information
Showing
9 changed files
with
763 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
|
||
*.htm# | ||
*.htm# | ||
*.htm# | ||
*.htm# |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,182 @@ | ||
<html> | ||
<head> | ||
<meta name="generator" content= | ||
"HTML Tidy for Cygwin (vers 1st September 2004), see www.w3.org"> | ||
<link rel="STYLESHEET" href="style.css" type="text/css"> | ||
|
||
<title>SCATMECH: CoatedMieScatterer</title> | ||
<script language="JavaScript" id="_fed_an_js_tag" src="/js/federated-analytics.all.min.js?agency=NIST&subagency=pml&pua=UA-37115410-46&yt=true"></script> | ||
</head> | ||
|
||
<body> | ||
<a name="top" id="top"><!-- --></a> | ||
|
||
<table width="98%" border="0" cellpadding="0" cellspacing="0" | ||
align="center"> | ||
<tr> | ||
<td> | ||
<p class="nav"><a href="index.htm">SCATMECH</a> > <a href= | ||
"classes.htm">Classes and Functions</a> > | ||
<a href="classes.htm#FSSM">Free-Space Scattering Models</a> | ||
> CoatedMieScatterer</p> | ||
|
||
<h1>class CoatedMieScatterer</h1> | ||
|
||
<hr> | ||
|
||
<p>A <b>CoatedMieScatterer</b> is a <a href= | ||
"sphrscat.htm">SphericalScatterer</a> for a uniform | ||
isotropic sphere with a uniform coating. | ||
|
||
<h2>Parameters:</h2> | ||
|
||
<table border="1" cellpadding="5"> | ||
<tr> | ||
<th>Parameter</th> | ||
<th>Data Type</th> | ||
<th>Description</th> | ||
<th>Default</th> | ||
</tr> | ||
|
||
<tr> | ||
<td class="parameter">lambda</td> | ||
|
||
<td class="datatype">double</td> | ||
|
||
<td class="description">Wavelength of the light | ||
[µm].<br> | ||
(Inherited from <a href= | ||
"freescat.htm">Free_Space_Scatterer</a>.)</td> | ||
|
||
<td class="default">0.532</td> | ||
</tr> | ||
|
||
<tr> | ||
<td class="parameter">medium</td> | ||
|
||
<td class="datatype"><a href="dielfunc.htm">dielectric_function</a></td> | ||
|
||
<td class="description">The | ||
optical constants of the medium surrounding the sphere, | ||
expressed as a complex number (n,k) or, optionally, as | ||
a function of wavelength.<br> | ||
(Inherited from <a href= | ||
"freescat.htm">Free_Space_Scatterer</a>.)</td> | ||
|
||
<td class="default">(1,0)</td> | ||
</tr> | ||
|
||
<tr> | ||
<td class="parameter">sphere</td> | ||
|
||
<td class="datatype"><a href="dielfunc.htm">dielectric_function</a></td> | ||
|
||
<td class="description">The | ||
optical constants of the sphere, expressed as a complex | ||
number (n,k) or, optionally, as a function of | ||
wavelength.<br> | ||
(Inherited from <a href= | ||
"sphrscat.htm">SphericalScatterer</a>.)</td> | ||
|
||
<td class="default">(1.59,0)</td> | ||
</tr> | ||
|
||
<tr> | ||
<td class="parameter">radius</td> | ||
|
||
<td class="datatype">double</td> | ||
|
||
<td class="description">Total radius of | ||
the sphere [µm], including the coating.<br> | ||
(Inherited from <a href= | ||
"sphrscat.htm">SphericalScatterer</a>.)</td> | ||
|
||
<td class="default">0.05</td> | ||
</tr> | ||
|
||
<tr> | ||
<td class="parameter">coating</td> | ||
|
||
<td class="datatype"><a href="dielfunc.htm">dielectric_function</a></td> | ||
|
||
<td class="description">The | ||
optical constants of the sphere coating, expressed as a | ||
complex number (n,k) or, optionally, as a function of | ||
wavelength.</td> | ||
|
||
<td class="default">(1,0)</td> | ||
</tr> | ||
|
||
<tr> | ||
<td class="parameter">thickness</td> | ||
|
||
<td class="datatype">double</td> | ||
|
||
<td class="description">Thickness | ||
of the sphere coating [µm]. The value must be positive and less than <tt>radius</tt>.</td> | ||
|
||
<td class="default">0</td> | ||
</tr> | ||
</table> | ||
|
||
<h2>See also:</h2> | ||
|
||
<p><a href= | ||
"index.htm">SCATMECH Home</a>, <a href= | ||
"convent.htm">Conventions</a>, <a href= | ||
"sphrscat.htm">SphericalScatterer</a>, <a href= | ||
"rayscat.htm">RayleighScatterer</a>, <a href= | ||
"raygscat.htm">RayleighGansSphericalScatterer</a> <a href= | ||
"miescat.htm">MieScatterer</a></p> | ||
|
||
<p> | ||
<a name="RefBohren" id="RefBohren"></a><a href="http://dx.doi.org/10.1002/9783527618156">C.F. Bohren and D.R. Huffman, <i>Absorption and Scattering of Light by Small Particles</i>, (Wiley, New York, 1983).</a><br> | ||
<a name="RefHulst" id="RefHulst"></a><a href="https://books.google.com/books?hl=en&lr=&id=PlHfPMVAFRcC&oi=fnd&pg=PA1&ots=Gg_gMuimH7&sig=gqf0sZ1ELYIDmyxa0vLzXIPcLWs">H.C. van de Hulst, <i>Light Scattering by Small Particles</i>, (Dover, New York, 1981).</a><br> | ||
|
||
|
||
<h2>Include file:</h2> | ||
|
||
<pre> | ||
#include "<a href="../code/coatedmie.h">coatedmie.h</a>" | ||
</pre> | ||
<h2>Source code:</h2> | ||
|
||
<pre> | ||
<a href="../code/coatedmie.cpp">coatedmie.cpp</a> | ||
</pre> | ||
<h2>Definition of public elements:</h2> | ||
|
||
<pre> | ||
class CoatedMieScatterer: public <a href= | ||
"sphrscat.htm">SphericalScatterer</a> | ||
{ | ||
}; | ||
</pre> | ||
|
||
<p><a href="#top"><span class="totop">Top of Page</span></a></p> | ||
|
||
<!-- START FOOTER --> | ||
<hr> | ||
<h2>For More Information</h2> | ||
|
||
<p> | ||
<a href="http://www.nist.gov/pml/div685/grp06/germer.cfm">SCATMECH Technical Information and Questions</a><br> | ||
<a href="http://www.nist.gov/pml/div685/index.cfm" target="_top">Sensor Science Division Home Page</a><br> | ||
<a href="mailto:fraser@nist.gov">Sensor Science Division Inquiries</a><br> | ||
<a href="mailto:thomas.germer@nist.gov">Website Comments</a> | ||
|
||
<p> | ||
Current SCATMECH version: <a href="./download.htm">7.00 (January 2015)</a><br> | ||
This page first online: Version 4.00 (July 2003) <br> | ||
This page last modified: Version 7.00 (January 2015) <br> | ||
|
||
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> | ||
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> | ||
|
||
</td> | ||
</tr> | ||
</table> | ||
|
||
</body> | ||
</html> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.