Skip to main content

Doppler beaming simulation in binary systems.

Project description

Binary-doppler-beaming

Build Status Code PyPI version License

This software generates a light curve of a binary system which is caused by the photometric beaming. For more details see arXiv:0708.2100. You can set up any configuration of a binary system seen from Earth.

Beaming visualization

Installation

To install the package please type from the command line:

$ sudo pip3 install bidobe

or alternatively:

$ git clone https://github.com/pbrus/binary-doppler-beaming
$ cd binary-doppler-beaming
$ sudo python3 setup.py install

Usage

All you need are the doppler_beaming.py script and the binary.conf file. Edit the last one and configure your own binary system (see comments inside this file to find out which units are used):

[OBJECTS]
mass1 = 1
mass2 = 2
temperature1 = 6000
temperature2 = 8000
radius1 = 1.0
radius2 = 1.5
distance = 1000

[ORBITS]
sum_major_axis = 8e10
eccentricity = 0.4
longitude_node = 70.0
inclination = 60.0
periastron_argument = 110.0
...

Now you can run the doppler_beaming.py:

$ python3 doppler_beaming.py

The main module bidobe (binary doppler beaming) provides the interface to display, save to files and animate orbits, radial velocities and light curves. Moreover, it allows to convert SI units from and to astronomical units. For example:

orbit1_position = orbit1.convert_m_to_au(orbit1_position)

converts position in meters to position in AUs. The following commands:

plot_projected_orbits(orbit1_position, orbit2_position, "AU", "AU")
plot_projected_orbits(orbit1_position, orbit2_position, "AU", "AU", "orbits.eps")
animate_projected_orbits(orbit1_position, orbit2_position, "AU", "AU")

can be used to display orbits projected on the sky, save them to orbits.eps file and animate them on the screen, respectively.

I encourage to visit my website to see more detailed description of this project. The current link can be found on my GitHub profile.

License

Binary-doppler-beaming is licensed under the MIT license.

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

bidobe-0.1.1.tar.gz (9.6 kB view hashes)

Uploaded Source

Built Distribution

bidobe-0.1.1-py3-none-any.whl (9.4 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