skultrafast.data_io =================== .. py:module:: skultrafast.data_io .. autoapi-nested-parse:: Created on Wed Nov 28 18:34:30 2012 @author: tillsten Attributes ---------- .. autoapisummary:: skultrafast.data_io.POOCH Functions --------- .. autoapisummary:: skultrafast.data_io.save_txt_das skultrafast.data_io.save_txt skultrafast.data_io.extract_freqs_from_gaussianlog skultrafast.data_io.load_example skultrafast.data_io.messpy_example_path skultrafast.data_io.get_example_path skultrafast.data_io.get_twodim_dataset skultrafast.data_io.get_processed_twodim_dataset Module Contents --------------- .. py:function:: save_txt_das(name, fitter) Saves the das of a fitter-obj in name.txt .. py:function:: save_txt(name, wls, t, dat, fmt='%.3f') .. py:function:: extract_freqs_from_gaussianlog(fname) .. py:function:: load_example() Returns a tuple containing the example data shipped with skultrafast. :returns: Tuple with wavelengths, t and data-array. :rtype: tuple of ndarrys .. py:function:: messpy_example_path() Returns the path to the messpy example data shipped with skultrafast. :returns: The full path :rtype: str .. py:function:: get_example_path(kind) Returns the path a example data-file. :param kind: Which path to return. :type kind: ('sys_response', 'messpy', 'vapor', 'ir_polyfilm', 'quickcontrol') .. py:data:: POOCH .. py:function:: get_twodim_dataset() .. py:function:: get_processed_twodim_dataset(force_processing=False)