Skip to content

Latest commit

 

History

History
52 lines (38 loc) · 2.02 KB

README.md

File metadata and controls

52 lines (38 loc) · 2.02 KB

An implementation of common line profile indicators measured from the cross-correlation function (CCF).

Build Status License: MIT PyPI version Funding PT

To install

Directly from PyPI

pip install iCCF

Or from source

git clone https://github.com/j-faria/iCCF.git
cd iCCF
python setup.py install 

You can append --user to both commands (pip and python ...) in case you don't have root access.

All the indicators are based on the works of others. Please cite these works if you use iCCF.

See also

  • Similar codes were developed by Figueira et al. A&A 557, A93 (2013)
    with a Python package available here (described in Appendix A of Santos et al. A&A 566, A35 (2014))

  • A similar package (in IDL) was developed by Lanza et al. A&A 616, A155 (2018).
    It is available here.