Go to the source code of this file.
Namespaces | |
namespace | slimpy_base.api.Plugins.slim2rsf.sfcommands.curvelet |
Functions | |
def | GetShapeInv |
def | GetShapeFwd |
def | GetShapeInv3d |
def | GetShapeFwd3d |
Variables | |
string | __copyright__ |
Helper functions for the 2d and 3d Curvelet Converter. | |
string | __license__ |
tuple | __env__ = InstanceManager() |
tuple | SFFDCT2 = lambda:join( __env__['slimvars']['RSFBIN'] , 'sffdct2' ) |
tuple | SFMATH = lambda:join( __env__['slimvars']['RSFBIN'] , 'sfmath' ) |
tuple | MATHCMD_2D = Template( "true | ${math} n1=${n1} n2=${n2} output=0" ) |
tuple | MAPONLY_2D |
dictionary | curvelets = {} |
tuple | SFFDCT3 = lambda:join( __env__['slimvars']['RSFBIN'] , 'sffdct3' ) |
tuple | MATHCMD_3D = Template( "true | ${math} n1=${n1} n2=${n2} n3=${n3} output=0" ) |
tuple | MAPONLY_3D |
dictionary | curvelets3 = {} |