ess.reflectometry.tools#

Functions

combine_curves(curves[, qgrid])

Combines the given curves by interpolating them on a grid and merging them by the requested method.

fwhm_to_std(fwhm)

Convert from full-width half maximum to standard deviation.

linlogspace(dim, edges, scale, num[, unit])

Generate a 1d array of bin edges with a mixture of linear and/or logarithmic spacings.

scale_reflectivity_curves_to_overlap(curves)

Make the curves overlap by scaling all except the first by a factor.

std_to_fwhm(std)

Convert from standard deviation to full-width half maximum.