Pages

Wednesday, April 19, 2017

FastCSWT

"The FastCSWT package provides functionality to perform a directional continuous wavelet transform on the sphere. The transform is based on the construction of the continuous spherical wavelet transform (CSWT) developed by Antoine and Vanderghynest 1999. A fast implementation of the CSWT (based on the fast spherical convolution developed by Wandelt and Gorski 2001) is also provided. The fast algorithm in the context of the CSWT, and as implemented in this package, is described in our paper:
J. D. McEwen, M. P. Hobson, D. J. Mortlock, and A. N. Lasenby. Fast directional continuous spherical wavelet transform algorithms. IEEE Trans. Sig. Proc., 55(2):520-529, 2007.
The library design is based on object-oriented principles and is implemented in Fortran 90. Generally one must instantiate a class object using the corresponding init routines. The instatiated object should be freed once it is no longer required with the corresponding free routine (this deallocates all memory associated with the object).

For further details see the README.txt file."

https://astro-informatics.github.io/fastcswt/

http://www.jasonmcewen.org/codes.html

On the computation of directional scale-discretized wavelet transforms on the sphere - https://arxiv.org/abs/1308.5706

S2LET: A code to perform fast wavelet analysis on the sphere - https://arxiv.org/abs/1211.1680

Exact Wavelets on the Ball - https://arxiv.org/abs/1205.0792

A novel sampling theorem on the sphere - https://arxiv.org/abs/1110.6298

No comments:

Post a Comment