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.
Bases: object
compute thickness from the fringe width of data
alias of type
x.__delattr__(‘name’) <==> del x.name
x.__getattribute__(‘name’) <==> x.name
x.__hash__() <==> hash(x)
helper for pickle
helper for pickle
x.__repr__() <==> repr(x)
x.__setattr__(‘name’, value) <==> x.name = value
x.__str__() <==> str(x)
list of weak references to the object (if defined)
Calculate thickness.
Returns: | the thickness. |
---|
return deltaQ value in 1/A unit
Returns: | the thickness unit. |
---|
Receive deltaQ value
Parameters: | dq – q fringe width in 1/A unit |
---|