Public Member Functions | |
def | __init__ |
def | norm |
use slimpy_base.api.linearops.operator_functions.Norm | |
def | __norm_col__ |
A.__norm_col__() <-> Norm( A ). | |
def | __min_vel_const__ |
A.__min_vel_const__(ang_weights) <-> MinVelConst( A ). | |
Static Public Attributes | |
string | name = 'fdct2' |
The fast discrete curvelet transform in two dimensions.
Definition at line 67 of file curvelets.py.
def __init__ | ( | self, | ||
inSpace, | ||||
nbs, | ||||
nba, | ||||
ac, | ||||
cpxIn = False , |
||||
adj = False | ||||
) |
Definition at line 70 of file curvelets.py.
def norm | ( | self | ) |
use slimpy_base.api.linearops.operator_functions.Norm
depricated function overload our norm operator to use the sffdct2vects rsf function.
Definition at line 80 of file curvelets.py.
def __norm_col__ | ( | self | ) |
def __min_vel_const__ | ( | self, | ||
ang_weights | ||||
) |
Definition at line 68 of file curvelets.py.