WPTherml’s documentation!¶
Installation Instructions¶
from github:
git clone https://github.com/FoleyLab/wptherml.git
cd wptherml
python3 setup.py install
running unit tests from cloned repository:
cd test
python3 -m pytest test.py
from PyPI:
pip3 install wptherml
- Overview
- Quick Start
- Playlist
- Features List
- Upon execution, the following arrays are filled with their respective values
- for every wavelength in self.lambda_array
- Upon execution, the following arrays are filled with their respective values
- for every wavelength in self.lambda_array and every angle in self.t
- Upon execution, the following arrays are computed for every wavelength in self.lambda_array
- for temperature given by self.T_ml
- Extending the multilayer class
- License