Skip to main content

Non-LTE Radiative Transfer Framework in Python

Project description

Lightweaver

C. Osborne (University of Glasgow) & I. Milić (NSO/CU Boulder), 2019-2021

MIT License

Lightweaver is an NLTE radiative transfer code in the style of RH. It is well validated against RH and also SNAPI. The code is currently designed for plane parallel atmospheres, either 1D single columns (which can be parallelised over wavelength) or 1.5D parallel columns with ProcessPool or MPI parallelisation. There is also support for unpolarised radiative transfer in 2D atmospheres.

Lightweaver is described in a paper (including examples!), and has API documentation.

Whilst the core numerics are implemented in C++, as much of the non-performance critical code as possible is implemented in Python, and the code currently only has a Python interface (provided through a Cython binding module). Other languages with a C/C++ interface could interact directly with this core, hopefully allowing it to be reused as needed in different projects.

The aim of Lightweaver is to provide an NLTE Framework, rather than a "code". That is to say, it should be more malleable, and provide easier access to experimentation, with most forms of experimentation (unless one wants to play with formal solvers or iteration schemes), being available directly from python. Formal solvers that comply with the interface defined in Lightweaver can be compiled into separate shared libraries and then loaded at runtime. The preceding concepts are inspired by the popular python machine learning frameworks such as PyTorch and Tensorflow.

Installation

For most users precompiled python wheels (supporting modern Linux, Mac, and Windows 10 systems) can be installed from pip and are the easiest way to get started with Lightweaver. Lightweaver requires python 3.8+, and it is recommended to be run inside a virtual environment using conda. In this case a new virtual environment can be created with:

conda create -n Lightweaver python=3.8

activate the environment:

conda activate Lightweaver

and Lightweaver can then be installed with

python -m pip install lightweaver

Installation from source

Whilst the above should work for most people, if you wish to work on the Lightweaver backend it is beneficial to have a source installation. This requires a compiler supporting C++17. The build is then run with python3 -m pip install -vvv -e .. The libraries currently produce a few warnings, but should not produce any errors.

Documentation

  • Paper.
  • API documentation.
  • I suggest looking through the samples repository (in particular the Simple*.py) after the code description in the paper to gain an understanding of the basic functionality and interfaces. These samples are unfortunately not always up to date, but are a work in progress.
  • The MsLightweaver repository contains a more "production grade" tool built on Lightweaver for reprocessing the time-dependent radiative output from RADYN simulations. This tool is currently undocumented, but has a relatively simple structure.

Please contact me through this repository if difficulties are encountered.

Acknowledgements

The python implementation of the Wittmann equation of state has been kindly provided J. de la Cruz Rodriguez.

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

lightweaver-0.11.3.tar.gz (3.4 MB view hashes)

Uploaded Source

Built Distributions

lightweaver-0.11.3-cp312-cp312-win_amd64.whl (12.3 MB view hashes)

Uploaded CPython 3.12 Windows x86-64

lightweaver-0.11.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.9 MB view hashes)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

lightweaver-0.11.3-cp312-cp312-macosx_10_9_x86_64.whl (4.8 MB view hashes)

Uploaded CPython 3.12 macOS 10.9+ x86-64

lightweaver-0.11.3-cp312-cp312-macosx_10_9_universal2.whl (4.2 MB view hashes)

Uploaded CPython 3.12 macOS 10.9+ universal2 (ARM64, x86-64)

lightweaver-0.11.3-cp311-cp311-win_amd64.whl (12.3 MB view hashes)

Uploaded CPython 3.11 Windows x86-64

lightweaver-0.11.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (19.0 MB view hashes)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

lightweaver-0.11.3-cp311-cp311-macosx_10_9_x86_64.whl (4.8 MB view hashes)

Uploaded CPython 3.11 macOS 10.9+ x86-64

lightweaver-0.11.3-cp311-cp311-macosx_10_9_universal2.whl (4.3 MB view hashes)

Uploaded CPython 3.11 macOS 10.9+ universal2 (ARM64, x86-64)

lightweaver-0.11.3-cp310-cp310-win_amd64.whl (12.2 MB view hashes)

Uploaded CPython 3.10 Windows x86-64

lightweaver-0.11.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.9 MB view hashes)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

lightweaver-0.11.3-cp310-cp310-macosx_10_9_x86_64.whl (4.8 MB view hashes)

Uploaded CPython 3.10 macOS 10.9+ x86-64

lightweaver-0.11.3-cp310-cp310-macosx_10_9_universal2.whl (4.3 MB view hashes)

Uploaded CPython 3.10 macOS 10.9+ universal2 (ARM64, x86-64)

lightweaver-0.11.3-cp39-cp39-win_amd64.whl (12.2 MB view hashes)

Uploaded CPython 3.9 Windows x86-64

lightweaver-0.11.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.9 MB view hashes)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

lightweaver-0.11.3-cp39-cp39-macosx_10_9_x86_64.whl (4.8 MB view hashes)

Uploaded CPython 3.9 macOS 10.9+ x86-64

lightweaver-0.11.3-cp39-cp39-macosx_10_9_universal2.whl (4.3 MB view hashes)

Uploaded CPython 3.9 macOS 10.9+ universal2 (ARM64, x86-64)

lightweaver-0.11.3-cp38-cp38-win_amd64.whl (12.2 MB view hashes)

Uploaded CPython 3.8 Windows x86-64

lightweaver-0.11.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (19.0 MB view hashes)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

lightweaver-0.11.3-cp38-cp38-macosx_10_9_x86_64.whl (4.8 MB view hashes)

Uploaded CPython 3.8 macOS 10.9+ x86-64

lightweaver-0.11.3-cp38-cp38-macosx_10_9_universal2.whl (4.3 MB view hashes)

Uploaded CPython 3.8 macOS 10.9+ universal2 (ARM64, x86-64)

Supported by

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