Reference#

Conversions#

conversions.specular_reflection()

Generate a coordinate transformation graph for specular reflection reflectometry.

Corrections#

corrections.footprint_correction(data_array)

Perform the footprint correction on the data array that has a beam_size and binned theta values.

corrections.normalize_by_counts(data_array)

Normalize the bin-summed data by the total number of counts.

corrections.beam_on_sample(beam_size, theta)

Size of the beam on the sample.

IO#

io.save_ort(data_array, filename[, dimension])

Save a data array with the ORSO .ort file format.