Ismael Mendoza
Ismael Mendoza
It would be nice if I didn't have to manually run what's in `MAINTAINER.md` everytime. Maybe this tool can help? https://github.com/autopub/autopub Related to #414
In a lot of ways the BTK library has matured enough to be released, and the API for the user is very clear. We have very comprehensive documentations and tutorials...
Following #87, Scarlet and LSST Stack will no longer be a dependence. Instead, we will create notebooks/documentation that specifically talk about how to use these tools in BTK.
In the most recent PR I had to disable the following commands for the most recent version of the Stack to work (see [line](https://github.com/LSSTDESC/BlendingToolKit/blob/acfb9eebd38bedcb88436081a57bd40c17e43af2/btk/utils.py#L164)): ``` config1.plugins.names.add('ext_shapeHSM_HsmShapeRegauss') config1.plugins.names.add('ext_shapeHSM_HsmSourceMoments') config1.plugins.names.add('ext_shapeHSM_HsmPsfMoments') ``` What...
demo9 in Galsim illustrates this: - https://github.com/GalSim-developers/GalSim/blob/releases/2.4/examples/demo9.py
- [ ] custom sampling function - [x] custom PSF - [x] custom Survey - [x] multi-res images - [ ] list of all metrics - [x] save + load...
See also #375 and #342 # Figures - [ ] Precision as a function of SNR for (peak detection vs SEP) - [ ] aperture photometry color residual vs color...
Right now, saving/loading assumes they are not changed by the user, as only name is used to retrieve a given survey.
When shear is applied positions should be shifted as well to be very precise (small effect), see `descwl-shear-sims` for an example: https://github.com/LSSTDESC/descwl-shear-sims/blob/98bf8cfbd68f5b2b075f78bcf56fc80e974584cc/descwl_shear_sims/sim.py#L451