skultrafast.data_io

Created on Wed Nov 28 18:34:30 2012

@author: tillsten

Module Contents

Functions

save_txt_das(name, fitter)

Saves the das of a fitter-obj in name.txt

save_txt(name, wls, t, dat[, fmt])

extract_freqs_from_gaussianlog(fname)

load_example()

Returns a tuple containing the example data shipped with skultrafast.

messpy_example_path()

Returns the path to the messpy example data shipped with skultrafast.

get_example_path(kind)

Returns the path a example data-file.

get_twodim_dataset()

Attributes

skultrafast.data_io.save_txt_das(name, fitter)[source]

Saves the das of a fitter-obj in name.txt

skultrafast.data_io.save_txt(name, wls, t, dat, fmt='%.3f')[source]
skultrafast.data_io.extract_freqs_from_gaussianlog(fname)[source]
skultrafast.data_io.load_example()[source]

Returns a tuple containing the example data shipped with skultrafast.

Returns:

Tuple with wavelengths, t and data-array.

Return type:

tuple of ndarrys

skultrafast.data_io.messpy_example_path()[source]

Returns the path to the messpy example data shipped with skultrafast.

Returns:

The full path

Return type:

str

skultrafast.data_io.get_example_path(kind)[source]

Returns the path a example data-file.

Parameters:

kind (('sys_response', 'messpy', 'vapor', 'ir_polyfilm', 'quickcontrol')) – Which path to return.

skultrafast.data_io.POOCH[source]
skultrafast.data_io.get_twodim_dataset()[source]