A bokeh application for the geometrical optimization of Line Source Arrays. The application is based on different scientific publication, which can be found in the help page when running the application.
Install dependencies in a conda environment:
conda create -n pyPALC --file requirements.txt
Or install depencencies with pip:
pip install -r requirements_pip.txt
Run the app locally:
bokeh serve --show pyPALC
"pyPALC" is the folder that contains the app.
More info soon!