Installation - matroxel/roman_imsim GitHub Wiki
The dependencies are represented in setup.py now, but I haven't tested that you can actually install it without issues using setup.py.
Previous list (will remove later):
- galsim: https://github.com/GalSim-developers/GalSim
- mpipool: https://github.com/adrn/mpipool
- ngmix: https://github.com/esheldon/ngmix
- covmatrix: https://github.com/esheldon/covmatrix
- scipy if using the max like fitter
- meds: https://github.com/esheldon/meds
- desmeds: https://github.com/esheldon/desmeds
- fitsio: pip install fitsio
- psfex: https://github.com/esheldon/psfex
Install ngmixer
- ngmixer: https://github.com/esheldon/ngmixer
Installation is using the usually method
git clone https://github.com/esheldon/ngmixer
cd ngmixer
python setup.py install