Skip to main content

'Forward and inverse radiative transport using adding-doubling'

Project description

by Scott Prahl

https://img.shields.io/pypi/v/iadpython.svg https://colab.research.google.com/assets/colab-badge.svg https://img.shields.io/badge/readthedocs-latest-blue.svg https://img.shields.io/badge/github-code-green.svg https://img.shields.io/badge/BSD-license-yellow.svg https://github.com/scottprahl/iadpython/actions/workflows/test.yml/badge.svg

iadpython will be a pure Python module to do forward and inverse multiple light scattering (radiative transport) in layered materials. Calculations are done using van de Hulst’s adding-doubling technique.

The original adding-doubling algorithm was developed by van de Hulst to model light propagation through layered media. I extended it to handle Fresnel reflection at boundaries as well as interactions with integrating spheres.

Finally, the code was further extended to handle lost light using Monte Carlo techniques for inverse calculations.

Version v0.4.0 started the migration to a pure-python implementation. This version includes the ability to do forward calculations of light transport through layered 1D structures.

The long-term goal is rewrite the integrating sphere, inverse algorithm, and lost light calculations in pure python so that one can do inverse calculations (i.e., reflection and transmission measurements to intrinsic absorption and scattering properties).

Both inverse and forward calculations are currently possible using the iadc framework. This is a python interface to the inverse adding-doubling package written in C by Scott Prahl <https://github.com/scottprahl/iad>. This works now but is a nuisance to install and maintain because of its dependence on compiling and installing a C library.

See <https://iadpython.readthedocs.io> for full documentation of iadpython.

Usage

The following will do a forward calculation:

import iadpython as iad

mu_s = 10  # scattering coefficient [1/mm]
mu_a = 0.1 # absorption coefficient [1/mm]
g = 0.9    # scattering anisotropy
d = 1      # thickness mm

a = mu_s/(mu_a+mu_s)
b = mu_s/(mu_a+mu_s) * d

# air / glass / sample / glass / air
s = iadpython.Sample(a=a, b=b, g=g, n=1.4, n_above=1.5, n_below=1.5)
ur1, ut1, uru, utu = s.rt()

print('Collimated light incident perpendicular to sample')
print('  total reflection = %.5f' % ur1)
print('  total transmission = %.5f' % ut1)

print('Diffuse light incident on sample')
print('  total reflection = %.5f' % uru)
print('  total transmission = %.5f' % utu)

Installation

To install:

pip3 install iadpython

If you just want to do forward calculations then you’re done.

If you want to do inverse calculations, then you’ll need to build and install the libiad library:

git clone https://github.com/scottprahl/iad.git
cd iad
# edit Makefile as needed
make install-lib

Dependencies

Required Python modules: numpy, matplotlib, ctypes, scipy

License

iadpython is licensed under the terms of the MIT license.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

iadpython-0.5.2.tar.gz (2.5 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

iadpython-0.5.2-py3-none-any.whl (39.6 kB view details)

Uploaded Python 3

File details

Details for the file iadpython-0.5.2.tar.gz.

File metadata

  • Download URL: iadpython-0.5.2.tar.gz
  • Upload date:
  • Size: 2.5 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.8

File hashes

Hashes for iadpython-0.5.2.tar.gz
Algorithm Hash digest
SHA256 e4fcc83ddbab4ed20523bdb060e748ada8ac138bac798b198f11845c7d172ef2
MD5 e858889298ca8bb17a48ec65236d6a9a
BLAKE2b-256 9cc92a1cb8a6b32c606f22704a44ecc81f75e22ea7f40c69134f668cd386a087

See more details on using hashes here.

File details

Details for the file iadpython-0.5.2-py3-none-any.whl.

File metadata

  • Download URL: iadpython-0.5.2-py3-none-any.whl
  • Upload date:
  • Size: 39.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.8

File hashes

Hashes for iadpython-0.5.2-py3-none-any.whl
Algorithm Hash digest
SHA256 c6ee620bc5895a71e89ef5c06aa51f2da41586158de52e865575f0a366589510
MD5 205b3dafc24bfd9e83e4e1ba33fcdd22
BLAKE2b-256 2804934055122573269fa367184b850db017e76828ef3e21ab45766a65a6dd3c

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page