{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# Preface" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "This is a 6 lecture series on weak gravitational lensing presented at the inaugral school of the Indian Association for General Relativity and Gravitation held in May 2022." ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## Tutorials/Assignments\n", "\n", "There will be 4 tutorials conducted in conjunction with the series of lectures. The tutorials will help you to write python code to measure the weak lensing signal around a collection of galaxy clusters." ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## Texts of interest\n", "\n", "- Gravitational lensing, strong, weak and micro, SAAS Fee Advanced Courses, Vol 33 [here](https://link.springer.com/book/10.1007%2F978-3-540-30310-7)\n", " - Introduction to Gravitational lensing (Peter Schneider)\n", " - [Strong gravitational lensing (Chris Kochanek)](https://arxiv.org/abs/astro-ph/0407232)\n", " - [Weak gravitational lensing (Peter Schneider)](https://arxiv.org/abs/astro-ph/0509252)\n", " - [Microlensing (Joachim Wambsganss)](https://arxiv.org/abs/astro-ph/0604278)\n", "- [Lectures on gravitational lensing (Massimmo Meneghetti)](https://www.ita.uni-heidelberg.de/~jmerten/misc/meneghetti_lensing.pdf)\n", "- [ARAA article on weak lensing (Rachel Mandelbaum)](https://www.annualreviews.org/doi/abs/10.1146/annurev-astro-081817-051928) [arXiv version](https://arxiv.org/abs/1710.03235)\n", "- [Blandford and Narayan 1985](https://articles.adsabs.harvard.edu/pdf/1986ApJ...310..568B)\n", "\n", "### Important papers:\n", "- [Kaiser and Squires (1993)](https://articles.adsabs.harvard.edu/pdf/1993ApJ...404..441K), [Kaiser, Squires, Broadhurst (1995)](https://articles.adsabs.harvard.edu/pdf/1995ApJ...449..460K)\n", "- [Bartelmann and Schneider (1999)](https://arxiv.org/pdf/astro-ph/9912508.pdf)\n", "- [Bernstein and Jarvis (2002)](https://iopscience.iop.org/article/10.1086/338085/pdf)\n", "- [Hirata and Seljak (2003)](https://articles.adsabs.harvard.edu/pdf/2003MNRAS.343..459H)" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## Lecture notes: \n", "\n", "I will try to maintain lecture notes as python notebooks, but these notes will heavily borrow from the texts above. Therefore, there will be quite some overlap between the notes and some of these texts. Authoratative versions will always be found in the above texts. I will also use codes which will use functions from different publicly available python packages like `numpy`, `scipy`, `matplotlib`, `sympy`.\n", "\n", "## Lecture slides\n", "\n", "The lecture slides will be available [here](https://docs.google.com/presentation/d/1rcYrcAgNyWBgcPhgJ9wXbARzbekeVS9ylPlJrWuxW4Y/edit?usp=sharing)" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "\n", "## Tutors\n", "\n", "Navin Chuarasiya (navin$@$iucaa.in)\n", "\n", "Divya Rana (divyar$@$iucaa.in)\n", "\n", "Tutorials can be found [here](https://iagrg-2022.readthedocs.io/en/latest/index.html)" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## Purpose of the lecture notes\n", "\n", "The lecture notes are an evolving document and will aid as reference material. I will try to keep it updated via github (open github accounts if you do not already have them) and add all of the members as collaborators. If you find interesting things you would like to add to these lecture notes, then please fork the project and send pull requests to me." ] } ], "metadata": { "kernelspec": { "display_name": "Python 3", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.10.4" } }, "nbformat": 4, "nbformat_minor": 4 }