jaxrts.instrument_function

This submodule is dedicated to the modelling and handling of instrument functions.

Functions

instrument_from_array(x, ints)

Set instrument function from an array input.

instrument_from_file(filename[, xunit])

Loads instrument function data from a given file.

instrument_gaussian(x, sigma)

Gaussian model for the instrument function.

instrument_lorentzian(x, gamma)

Lorentzian model for the instrument function.

instrument_supergaussian(x, sigma, power)

Super-gaussian model for the instrument function.