Package 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 = {}


Function Documentation

def slimpy_base.api.Plugins.slim2rsf.sfcommands.curvelet.GetShapeFwd (   command,
  space 
)

Definition at line 64 of file curvelet.py.

def slimpy_base.api.Plugins.slim2rsf.sfcommands.curvelet.GetShapeFwd3d (   command,
  space 
)

Definition at line 142 of file curvelet.py.

def slimpy_base.api.Plugins.slim2rsf.sfcommands.curvelet.GetShapeInv (   command,
  space 
)

Definition at line 48 of file curvelet.py.

def slimpy_base.api.Plugins.slim2rsf.sfcommands.curvelet.GetShapeInv3d (   command,
  space 
)

Definition at line 126 of file curvelet.py.


Variable Documentation

string __copyright__

Initial value:

"""
Copyright 2008 Sean Ross-Ross
"""
Helper functions for the 2d and 3d Curvelet Converter.

Definition at line 6 of file curvelet.py.

Definition at line 36 of file curvelet.py.

string __license__

Initial value:

"""
This file is part of SLIMpy .

SLIMpy is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

SLIMpy is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License
along with SLIMpy . If not, see <http://www.gnu.org/licenses/>.
"""

Definition at line 9 of file curvelet.py.

dictionary curvelets = {}

Definition at line 46 of file curvelet.py.

dictionary curvelets3 = {}

Definition at line 123 of file curvelet.py.

tuple MAPONLY_2D

Initial value:

Template( "${SFFDCT} nbs=${nbs} "
                       "nba=${nba} ac=${ac} maponly=y > ${sizes}" )

Definition at line 43 of file curvelet.py.

tuple MAPONLY_3D

Initial value:

Template( "${SFFDCT} nbs=${nbs} nbd=${nbd} "
                       "ac=${ac} maponly=y > ${sizes}" )

Definition at line 120 of file curvelet.py.

tuple MATHCMD_2D = Template( "true | ${math} n1=${n1} n2=${n2} output=0" )

Definition at line 42 of file curvelet.py.

tuple MATHCMD_3D = Template( "true | ${math} n1=${n1} n2=${n2} n3=${n3} output=0" )

Definition at line 119 of file curvelet.py.

tuple SFFDCT2 = lambda:join( __env__['slimvars']['RSFBIN'] , 'sffdct2' )

Definition at line 38 of file curvelet.py.

tuple SFFDCT3 = lambda:join( __env__['slimvars']['RSFBIN'] , 'sffdct3' )

Definition at line 118 of file curvelet.py.

tuple SFMATH = lambda:join( __env__['slimvars']['RSFBIN'] , 'sfmath' )

Definition at line 40 of file curvelet.py.


Generated on Sun Aug 10 09:11:09 2008 for SLIMpy by  doxygen 1.5.6