TransitSimulator
Interactive GUI for transit light-curve simulations.
Installation
From terminal
Download, unzip and cd
in this repo. Then type python setup.py install
.
Quick way
Double-click on the appropriate installer (osx, linux or windows). The package will be installed as every python package and a command file will be created in your Desktop.
Usage
From terminal
>>> import transit_simulator
>>> transit_simulator.run_app()
Quick way
Double-click on the command file created in your Desktop.