astro-informatics / s2let

Fast wavelet transforms on the sphere.
http://astro-informatics.github.io/s2let
GNU General Public License v3.0
11 stars 2 forks source link

Curvelets with python #43

Open mousset opened 2 years ago

mousset commented 2 years ago

I am starting to learn how to use S2LET, using the python interface. I would like to produce curvelets on the sphere, like the ones in Chan et al., 2017. Is it possible ? I do not find how to select the wavelet type through the python functions. Also I have difficulties to find the documentation of the functions in python. Thank you in advance for your help.

jasonmcewen commented 2 years ago

I think curvelets may only be supported in the matlab implementation at present. It would indeed be good to add in Python at some point. @jenniferyhchan, can you confirm that?

mousset commented 2 years ago

Thank you for your answer! Do you think it would be possible to implement it? But maybe this is a lot of work...

jasonmcewen commented 2 years ago

It would certainly be possible, although we don't have it planned at present.