CONAN.get_files.get_K2_data.save_CONAN_lcfile
=============================================

.. py:method:: CONAN.get_files.get_K2_data.save_CONAN_lcfile(bjd_ref=2450000, folder='data', out_filename=None)

   Save Kepler K2 light curves as a CONAN light curve file.

   :param bjd_ref: BJD reference time to use for the light curve file. Note that Kepler K2 time is in BJD-2454833
   :type bjd_ref: float
   :param folder: Folder to save the light curve file in.
   :type folder: str
   :param out_filename: Name of the output file. Default is None in which case the file will be named as "{planet_name}_S{campaign}.dat"
   :type out_filename: str

