plot_ccfo_lines

raccoon.ccf.plot_ccfo_lines(rv, ccfo, lisord=None, printord=True, multiline=True, cb=True, cmap=<matplotlib.colors.LinearSegmentedColormap object>, lw=2, alpha=0.9, xlabel='RV [km/s]', ylabel='Order CCF', cblabel='Order', ax=None, **kwargs)

Plot order CCFs as given, no normalisation or offset.

Parameters:
rv1D array-like

RV grid of the CCF

ccfo2D array-like

CCFs of each order

lisord1D array-like

Order number of each CCF in ccfo. If None, order numbers are 0 to len(ccfo). Only shown if printord is True (default).

multilinebool, default True

If True plot lines following a specific color map (default). If not, color-code following default color-cycle.