Skip to content

QI2lab/ray_trace_pb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ray tracing code

Python code for ray tracing and various scripts demonstrating ray tracing through real and perfect lenses.

The ray tracing code can be pip installed by running

git clone https://github.com/QI2lab/ray_trace_pb.git
cd ray_trace_pb
pip install .

If you want to edit the package then install it in editable mode using instead

pip install -e .

Scripts

Example scripts can be found in the scripts directory

Documentation

Documentation is generated from function docstrings and built with Sphinx. e.g. navigate to docs and run

make html

Then open docs/_build/html/index.html in your browser

Releases

No releases published

Packages

No packages published

Languages