super_auto_comb.load_files ========================== .. py:module:: super_auto_comb.load_files Functions --------- .. autoapisummary:: super_auto_comb.load_files.genfromkk Module Contents --------------- .. py:function:: genfromkk(fname, fix_summer_time=False, max_columns=12, **kwargs) Load a single kk file. Return regularized timetags, assuming data coming at regular intervals and at integer seconds. :param fname: File or filename to be read :type fname: file or str :param max_columns: max number of columns to read, by default 12 :type max_columns: int, optional :param fix_summer_time: If true, it will try to fix discontinuities due to summer time (will not work with gaps in the data > 1 h, by default False :type fix_summer_time: bool, optional :returns: **out** -- Data read. :rtype: ndarray