kiessig_calculator

sans.calculator.kiessig_calculator

This module is a small tool to allow user to quickly determine the size value in real space from the fringe width in q space.

class sans.calculator.kiessig_calculator.KiessigThicknessCalculator

Bases: object

compute thickness from the fringe width of data

__class__

alias of type

__delattr__

x.__delattr__(‘name’) <==> del x.name

__dict__ = <dictproxy object at 0x01C9DBD0>
__getattribute__

x.__getattribute__(‘name’) <==> x.name

__hash__

x.__hash__() <==> hash(x)

__init__()
__module__ = 'sans.calculator.kiessig_calculator'
static __new__(S, ...) → a new object with type S, a subtype of T
__reduce__()

helper for pickle

__reduce_ex__()

helper for pickle

__repr__

x.__repr__() <==> repr(x)

__setattr__

x.__setattr__(‘name’, value) <==> x.name = value

__str__

x.__str__() <==> str(x)

__weakref__

list of weak references to the object (if defined)

compute_thickness()

Calculate thickness.

Returns:the thickness.
get_deltaq()

return deltaQ value in 1/A unit

get_thickness_unit()
Returns:the thickness unit.
set_deltaq()

Receive deltaQ value

Parameters:dq – q fringe width in 1/A unit

Table Of Contents

Previous topic

instrument

Next topic

resolution_calculator

This Page