-
Notifications
You must be signed in to change notification settings - Fork 9
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
Support reality symmetry (hermitian symmetry) #129
Conversation
@jasonmcewen currently reality is also supported for If you think that's ok then we can tick off |
Looks great @CosmoMatt, as discussed. Let's merge this and consider Healpix in another PR. |
This PR adds support for real signals, e.g. Hermitian symmetry. This includes adding support for
Currently this PR updates transforms to accelerate evaluation but does not change memory overhead. A further factor of 2 saving in memory could be achieved at the cost of slightly more opaque indexing to arrays. Finally, adding support for real signals within single transforms is getting somewhat cluttered, but perhaps this is ok?