JAX-GalSim
JAX-GalSim copied to clipboard
Initial Project Roadmap
This issue is to discuss the various aspects of the roadmap necessary to reach a minimal implementation following the guidelines of the design document and reaching our initial target of replicating demo1.py.
Feel free to comment below if you see important missing steps.
Feature implementation
Adding necessary objects:
- [x] #6
- [x] #11
- [x] #12
- [x] #15
- [x] #16
- [x]
InterpolatedImage - [x] #18
- [x] #19
- [x]
GaussianNoise
Adding core functionalities:
- [x] Implement xValue kValue functions for Gaussian and Exponential light profiles
- [x] Implement
drawImageanddrawkImagefor Gaussian and Exponential light profiles - [x] Implement Fourier convolution
Infrastructure
- [x] #8
- [x] #13
- [x] Setup CI system using GitHub actions
- [ ] #17