Skip to main content

working with hdr images, numpy and coordinate transformations for lighting simulation

Project description

raytools (0.1.7)

PyPI PyPI - License Read the Docs (version) Coveralls github

working with hdr images, numpy and coordinate transformations for lighting simulation (basic libraries for raytraverse). Installs with a command line tool for calculating daylight metrics from angular fisheye images (similar to evalglare).

Installation

Raytools requires MacOS or Linux operating system with python >=3.7. For windows you can consider using docker (https://www.docker.com/products/docker-desktop/ ). raytools can be installed in the python:3.9 container.

The easiest way to install raytools is with pip:

pip install --upgrade pip
pip install raytools

or if you have cloned this repository:

cd path/to/this/file
pip install .

Note: raytools depends on a small subset of Radiance executables (rcalc, vwrays, getinfo, pvalue). If these are not available in the $PATH at the time of installation, then those precompiled (macos or linux) binaries will be installed to the same bin/ as the current python (and raytools), which could be in a virtualenv. This avoids overriding the existing install of these programs, but it does require that you make sure that the enviroment at installation is the same as when using raytools.

Getting Started

After installation, the raytools executable should be available from the command line. See “raytools –help” and “raytools metric –help” for usage.

History

0.1.0 (2023-01-06)

  • First release on PyPI.

  • basic library and image metric CLI split off from raytraverse

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

raytools-0.1.7.tar.gz (1.3 MB view hashes)

Uploaded Source

Built Distribution

raytools-0.1.7-py3-none-any.whl (67.3 kB view hashes)

Uploaded Python 3

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