ctdcal.convert.make_time_files¶ ctdcal.convert.make_time_files(ssscc_list)[source]¶ Make continuous time.pkl files from converted files in hex_to_ctd. Data have a generic roll filter applied. Columns to filter are defined in the config. The time on deck, the soak, and the upcast are removed to provide a continuous downcast. Parameters: ssscc_list (list of str) – List of stations/hex files to convert Return type: .PKL file of continuous, filtered downcast data.