.. image:: dsigma.png :width: 80 % :align: center Overview ======== :code:`dsigma` is an easy-to-use Python package for measuring gravitational galaxy-galaxy lensing. Using a lensing catalog, it estimates excess surface density around a population of lenses, such as galaxies in the Sloan Digital Sky Survey or the Baryon Oscillation Spectroscopic Survey. It has a flexible API and can utilize data from, DECADE, the Dark Energy Survey (DES), the Kilo-Degree Survey (KiDS), and the Hyper Suprime-Cam (HSC) lensing surveys, among others. With core computations written in C, :code:`dsigma` is very fast. Additionally, :code:`dsigma` provides out-of-the-box support for estimating covariances with jackknife resampling and calculating various summary statistics. .. figure:: plot.png Galaxy-galaxy lensing amplitude around galaxies in the BOSS LOWZ sample calculated with :code:`dsigma`. .. toctree:: :caption: Getting Started :maxdepth: 1 :hidden: start/installation start/quickstart start/background .. toctree:: :caption: Workflow :maxdepth: 1 :hidden: workflow/preparation workflow/precomputation workflow/stacking workflow/resampling workflow/magnification .. toctree:: :caption: Applications :maxdepth: 1 :hidden: applications/intro applications/decade applications/des_y3 applications/hsc_y3 applications/kids_legacy .. toctree:: :caption: API Documentation :maxdepth: 1 :hidden: api/helpers api/jackknife api/physics api/precompute api/scripts api/stacking Authors ------- * Johannes Lange * Song Huang Documentation was edited with the assistance of Claude Sonnet 4.6. Attribution ----------- :code:`dsigma` is listed in the `Astronomy Source Code Library `_. If you find the code useful in your research, please cite `Lange & Huang (2022) `_. License ------- :code:`dsigma` is licensed under the MIT License.