fftX_Converter Class Reference
This is a mapping instance that maps a
SLIMpy command into an object that can be run This also maps the agruments and keyword arguments to be pugin specific.
More...
List of all members.
|
Public Member Functions |
def | map |
| map a SLIMpy command to a rsf command
|
def | trans |
| default trans, returns voidSpace
|
def | trans_adj |
| trans_adj will automatically be called in the case where the command has an adj keyword that is true
|
def | constr |
def | constr_adj |
Detailed Description
This is a mapping instance that maps a
SLIMpy command into an object that can be run This also maps the agruments and keyword arguments to be pugin specific.
Definition at line 18 of file NewFFT.py.
Member Function Documentation
def map |
( |
|
cls, |
|
|
|
source, |
|
|
|
command | |
|
) |
| | |
def trans |
( |
|
cls, |
|
|
|
command, |
|
|
|
space, |
|
|
|
spaces | |
|
) |
| | |
default trans, returns voidSpace
Reimplemented from Converter.
Definition at line 37 of file NewFFT.py.
def trans_adj |
( |
|
cls, |
|
|
|
command, |
|
|
|
space, |
|
|
|
spaces | |
|
) |
| | |
trans_adj will automatically be called in the case where the command has an adj keyword that is true
Definition at line 51 of file NewFFT.py.
def constr |
( |
|
cls, |
|
|
|
command, |
|
|
|
space | |
|
) |
| | |
def constr_adj |
( |
|
cls, |
|
|
|
command, |
|
|
|
space | |
|
) |
| | |
The documentation for this class was generated from the following file: