outdat_ccfparTS

raccoon.ccf.outdat_ccfparTS(filout, data, cols=['bjd', 'rv', 'fwhm', 'contrast', 'bis', 'rverr', 'fwhmerr', 'contrasterr', 'biserr'], sep=' ', na_rep=nan, header=False, index=False, float_format='%0.8f')

Save CCF parameters TS in text file.

Parameters:
datapandas DataFrame
colslist

Names of the data columns to be saved to file. The columns must exists in the DataFrame. Default: [‘bjd’, ‘rv’, ‘fwhm’, ‘contrast’, ‘bis’, ‘rverr’, ‘fwhmerr’, ‘contrasterr’, ‘biserr’]