davidwhogg / LensTractor

finding strong gravitationally lensed quasars in ground-based data
GNU General Public License v2.0
5 stars 4 forks source link

LensTractor

Finding gravitationally-lensed quasars in multi-epoch ground-based imaging data, by model comparison with a flexible non-trivial galaxy morphological model.

Authors:

License:

LensTractor is being developed by Phil Marshall (KIPAC), Adriano Agnello (UCLA), David W. Hogg (NYU) and Dustin Lang (CMU). We welcome collaborators: if you are interested in using and improving LensTractor, please get in touch with Phil at pjm at slac.stanford.edu. The code is distributed under the GPL v2 license, which means that you can copy and edit it however you like, as long as you also distribute the result under the GPL v2 license. In practice, we hope that you will fork the code on github (from where you can easily ingest the updates we make, and from where we can pull in the excellent changes you make!) and keep in touch, so we can make sure that everyone's work is properly accredited in the publications that arise from LensTractor's testing and application.

At the very least, we ask you to cite this website when either making use of the code, or the ideas and algorithms it contains.

Dependencies:

Getting started:

Assuming you have numpy etc installed, first you'll need to download and install The Tractor.

With the tractor on your python path you should be able to run the LensTractor example, as described in LensTractor.py. For help, see the output of

python LensTractor.py -h

To do any sampling, you'll also need to download and install emcee.