Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Adding NUFFT and alternative mother wavelet support #30

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jsk389
Copy link
Collaborator

@jsk389 jsk389 commented Oct 6, 2020

The aim of this pull request is the add NUFFT support as a 'fast' method and to also add other mother wavelets that could then be used with the NUFFT (which wouldn't be compatible with the projection method). This will require any of the Morlet wavelet specific methods to be moved from the main WaveletTransformer class into the MotherWavelet class (such as the weights function) to maintain generality between different wavelet choices.

I'm not entirely sure yet how to full achieve this and at the moment this just contains my initial commit of how I'd add in extra wavelets. Hopefully there can be a discussion about it and we can figure out how to go from there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant