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.

Returns:the slit length calculated value.
get_slit_length_unit()
Returns:the slit length unit.
set_data(x=None, y=None)
Receive two vector x, y and prepare the slit calculator for computation.
Parameters:
  • x – array
  • y – array

Table Of Contents

Previous topic

Instrument

Next topic

Kiessig Calculator

This Page