Analysis of CCF profiles and activity indicators


Keywords
python
License
MIT
Install
pip install iCCF==0.3.12

Documentation

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.