Metacalibration and shape measurement by automatic differentiation
Project led by @andrevitorelli
This project relies on the GalFlow library as well as GalSim. To install GalFlow:
$ pip install git+https://github.com/DifferentiableUniverseInitiative/GalFlow.git
And we are also assuming that TensorFlow==2.8.0 is installed.
To use quintic interpolation in TensorFlow-addons, follow these additional interim install instructions:
- Clone tensorflow addons from andrevitorelli/addons
- Switch to /new_kernels branch
- Compile as instructed
- install it with
pip install .