We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This issue is to document the implementation of the convolution operation against galsim.
So far we demonstrated that the convolution was working well only considering Gaussian profiles and even stamp size.
Here is a list of what I need to implement:
The text was updated successfully, but these errors were encountered:
And I just managed to handle odd stamp size for the convolution. It is also a step further for DifferentiableUniverseInitiative/GalFlow#8 .
The demo is here: https://colab.research.google.com/drive/1bSHE1YVZMnmLGucnYpbeFxdw2EL7x8Jy?usp=sharing this nb is a mess, but I am going to open a PR with unit test ;-)
Sorry, something went wrong.
No branches or pull requests
This issue is to document the implementation of the convolution operation against galsim.
So far we demonstrated that the convolution was working well only considering Gaussian profiles and even stamp size.
Here is a list of what I need to implement:
The text was updated successfully, but these errors were encountered: