Python Sparse data Analysis Package
API documentation of pysap.extensions¶
pysap.extensions¶
This module contains a wrapping of the ‘sparse2d’ C++ library that allows fast sparse decomposition, denoising and deconvolution.
pysap.extensions.tools¶
pysap.extensions.formating¶
This module contains all the function to flatten properly the cube from a ISAP .fits raw data.
- Functions:
pysap.extensions.wrapper¶
pysap.extensions.transform¶
Wavelet transform module.
Available 2D transform from ISAP are:
to get the full list of builtin wavelets’ names just use the pysap.wavelist with ‘isap-2d’ as the family argument.
Available 3D transform from ISAP are:
to get the full list of builtin wavelets’ names just use the pysap.wavelist with ‘isap-3d’ as the family argument.
Available transform from pywt are:
to get the full list of builtin wavelets’ names just use the pysap.wavelist with ‘pywt’ as the family argument.
- Classes:
pysap.extensions.transform.BsplineWaveletTransformATrousAlgorithm
pysap.extensions.transform.FeauveauWaveletTransformWithoutUndersampling
pysap.extensions.transform.IsotropicAndCompactSupportWaveletInFourierSpace
pysap.extensions.transform.LinearWaveletTransformATrousAlgorithm
pysap.extensions.transform.MeyerWaveletsCompactInFourierSpace
pysap.extensions.transform.MixedHalfPyramidalWTAndMedianMethod
pysap.extensions.transform.MorphologicalPyramidalMinmaxTransform
pysap.extensions.transform.NonOrthogonalUndecimatedTransform
pysap.extensions.transform.PyramidalWaveletTransformInFourierSpaceAlgo1
pysap.extensions.transform.PyramidalWaveletTransformInFourierSpaceAlgo2
pysap.extensions.transform.UndecimatedDiadicWaveletTransform
pysap.extensions.transform.UndecimatedHaarTransformATrousAlgorithm
pysap.extensions.transform.Wavelet3DTransformViaLiftingScheme
- Functions:
pysap.extensions.sparse2d¶
Follow us