Skip to content

Latest commit

 

History

History
47 lines (35 loc) · 1.72 KB

README.md

File metadata and controls

47 lines (35 loc) · 1.72 KB

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

Build Status License: MIT PyPI version

To install

Directly from PyPI

pip install iCCF

Or from source

git clone https://github.com/j-faria/iCCF.git
cd iCCF
pip install -e .

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.