Software to simulate strong lensing images for the DeepLense project.
Scripts used to create data sets and link to data sets are located in each of the Model_# folders.
First install colossus, lenstronomy, and pyHalo
foo@bar:~$ pip install colossus
foo@bar:~$ pip install lenstronomy==1.9.2
foo@bar:~$ git clone https://github.com/dangilman/pyHalo.git
foo@bar:~$ cd pyHalo
foo@bar:~/pyHalo$ python setup.py develop
foo@bar:~/pyHalo$ cd ..
Then clone this repository to your machine and install with setup.py
foo@bar:~$ git clone https://github.com/mwt5345/DeepLenseSim.git
foo@bar:~$ cd DeepLenseSim
foo@bar:~/DeepLenseSim$ python setup.py install