| Class: OneAxisScan | goniometer/scan.py | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
A
|
| Base Classes | |
|---|---|
| AnyScan |
| Methods | |
|---|---|
| EndAngle StartAngle Storable With __init__ | |
| EndAngle | |
EndAngle ( self ) The ending value of the rotation angle | |
| StartAngle | |
StartAngle ( self ) The starting value of the rotating angle | |
| Storable | |
Storable ( self ) Return the scan in a form that can be pickled.Returns a dictionary that contains all necessary information to reconstruct the scan, except for the non-picklable hardware reference. | |
| With | |
With ( self, **kw ) Return a modified copy of the scan.The original stays intact as if it were an immutable. possible arguments:
| |
| __init__ | |
__init__ (
self,
start,
end,
p,
anglemargin=config.anglemargin * projtls.degrees,
detectorsizemargin=config.detectorsizemargin,
step=None,
frameangle=None,
frametime=None,
forcenframes=None,
)
Constructor.parameters:
optional parameters: See AnyScan() constructor. |