Slit Length Calculator

sans.calculator.slit_length_calculator

This module is a small tool to allow user to quickly determine the slit length value of data.

class sans.calculator.slit_length_calculator.SlitlengthCalculator

Bases: object

compute slit length from SAXSess beam profile (1st col. Q , 2nd col. I , and 3rd col. dI.: don’t need the 3rd)

calculate_slit_length()
Calculate slit length.
get_slit_length_unit()
return the slit length unit.
set_data(x=None, y=None)
set data :param x, y: x array and y array

Table Of Contents

Previous topic

Sld Calculator

This Page