This release is a pre-release and may not be stable for production use.
EclipsingBinaries
EclipsingBinaries is a Python project for faster analysis of eclipsing binary star systems. The package can currently reduce data, find comparison stars from the APASS catalog, calculate and plot O-C values, find the color index and effective temperature, O’Connell effect parameters, download TESS data, and perform interactive multi-aperture photometry with auto-suggested, optimized radii.
Documentation
You can find the documentation at this site and any questions can be talked about in the discussions page or in an issue.
OS and Python Versions Stable On
The list of OS’s and Python versions listed below have been tested to be able to build the package on.
- Macos- 3.12
- Ubuntu- 3.12
- Windows- 3.12
The minimum working Python version is 3.12 and as of right now no versions lower work with all aspects of this package.
For MacOS HomeBrew users, you will need to be built against TK 8.6 since TK 9.0 breaks drag and drop extension. For Ubuntu/Debian users, install the system tkinter package before starting the app:
sudo apt install python3-tk
Installation and Usage
To install type the following,
pip install EclipsingBinaries
Once installed, in the command line type the following:
EclipsingBinaries
This will run the menu.py file and will initiate all other programs for usage.
Once installed using pip, you can just go to a command line and type EclipsingBinaries to start the program each time.
To check the version you have,
pip show EclipsingBinaries
this will show numerous things, but you want to look at the version and make sure it is up to date.
If your version is not the most recent version then in order to update type the following,
pip install --upgrade EclipsingBinaries
Pipeline
To use the pipeline functionality type the following:
EB_pipeline -h
This will print out all the options that are available to edit and change. The -i and the -o are required for the script to run. Otherwise, the script will crash.
Dependencies
- python >=3.12
- astropy>=6.0
- astroquery>=0.4.6
- ccdproc>=2.4.0
- matplotlib>=3.7.1
- numpy>=1.26
- pandas>=2.1.0
- PyAstronomy>=0.18.1
- scipy>=1.11.2
- statsmodels>=0.14
- tqdm>=4.64.1
- numba>=0.59.0
- seaborn>=0.12.2
- pyia>=1.4
- photutils>=1.8.0
- tkinterdnd2>=0.4.3
- tkmacosx>=1.0.4 (macOS only)
- python3-tk (Ubuntu/Debian system package)
Release files for EclipsingBinaries 5.0.0a18
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| eclipsingbinaries-5.0.0a18.tar.gz | 1.0 MB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| eclipsingbinaries-5.0.0a18-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 2.0 MB
Release files / eclipsingbinaries-5.0.0a18.tar.gz
| Download URL | eclipsingbinaries-5.0.0a18.tar.gz |
|---|---|
| Size | 1.0 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
0f696c70497d5eaddeb1f654b24b9168fe42f76e72e8960bb214b08484199fad
|
|
BLAKE2b-256 checksum How to use checksums |
1a2c4034bfa7ff7ea70cd34132082805d4ac0c51a18f99b03339c6d77617d3c4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Release files / eclipsingbinaries-5.0.0a18-py3-none-any.whl
| Download URL | eclipsingbinaries-5.0.0a18-py3-none-any.whl |
|---|---|
| Size | 954.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
8b4d1982c23eee4fd8c49bdd090711d7517579e1b82ba303f35449751a4cc589
|
|
BLAKE2b-256 checksum How to use checksums |
2470bd8b34f342bcd2a46ed5dc8eb2070942fbd742ae6e20dcc3929342177473
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|