/OCFit

Python package for fitting of O-C diagrams.

Primary LanguagePythonMIT LicenseMIT

OCFit

DOI DOI PyPI version Codacy Badge

⚠️IMPORTANT NOTE: E-mail address given in a paper is not working! If you want to contact me, use my new address pavol (dot) gajdos (at) upjs (dot) sk or create new issue here on GitHub.

Python package OCFit includes 4 classes for analysis and fitting of O-C diagrams of Eclipsing binaries

In a case of using this package for scientific purposes, please, cite our paper Gajdoš & Parimucha (2019) in OEJV where you can also find more detail description about fitting functions and used models.

For install it, download/clone this repository or download suitable binary file from releases.

Requirements

  • numpy
  • matplotlib
  • PyAstronomy
  • pymc (recommended)

Installation is possible from source code or using build installation binary file (only for OS Windows). The following procedure is only for installation from the source code. Extract files and go to new-created folder. Running script setup.py the installation will be done:

python setup.py install

Or using pip:

pip install OCFit