Photometry allows viewing light distribution curves and metadata of IESNA and EULUMDAT photometric files which describe the light distribution of light sources like lamps and luminaires and are used mostly for data transfer in the lighting industry and in 3D graphics.
- Light distribution curves of selected photometric files
- General information and photometric properties of the luminaire
- Intensity Values
- Lamps and ballast information
- Luminaire and luminous opening geometry information
- Additional properties (Test number, issue date, test laboratory, etc.)
- Source of photometric file with syntax highlighting
First, setup Python virtual environment. As the project requires pygobject packages to be present, the easiest way to setup it is to inherit it from your global site packages:
python3 -m venv venv --system-site-packages
Next, activate your virtual environment and install all missing dependencies:
. ./venv/bin/activate
make test
make run