luminet
Simulate Swarzschild black holes based on the methods presented in Luminet (1979)
File Explorer
Download Latest Version (.zip)- publish.yml
- requirements.txt
- test.yml
- 1979A+A____75__228L.pdf
- bh_plot.png
- bh_plot_dark.png
- bh_plot_light.png
- style.py
- bh.png
- isofluxlines.png
- isofluxlines_black.png
- isofluxlines_white.png
- isoradials.png
- isoredshifts.png
- attribute.rst
- class.rst
- data.rst
- exception.rst
- function.rst
- method.rst
- module.rst
- package.rst
- property.rst
- macros.rst
- api_reference.rst
- bibliography.bib
- bibliography.rst
- conf.py
- index.rst
- make.bat
- Makefile
- requirements.txt
- __init__.py
- black_hole.py
- black_hole_math.py
- isoradial.py
- isoredshift.py
- photon.py
- solver.py
- spatial.py
- viz.py
- __init__.py
- test_black_hole.py
- test_black_hole_math.py
- test_isoradials.py
- test_isoredshifts.py
- test_photons.py
- test_viz.py
- .gitattributes
- .gitignore
- .readthedocs.yaml
- LICENSE.md
- parameters.ini
- pixi.lock
- pyproject.toml
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/bgmeulem/luminet
Downloads the entire project code from GitHub to your computer.
cd luminet
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Python 3 Python is required to use pip.
pip install luminet
Installs the package published on PyPI directly โ no need to clone the source.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Python
EasyPrerequisites
pip install luminet
Installs the package published on PyPI directly โ no need to clone the source.
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
