Skip to content

Commit

Permalink
notebooks in accordance with lenstronomy version 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sibirrer committed Mar 22, 2021
1 parent c067501 commit 494b0ec
Show file tree
Hide file tree
Showing 24 changed files with 638 additions and 525 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ lenstronomy extensions

Deploys lenstronomy applications, examples and analysis scripts for lens modelling

Acompanies lenstronomy release version 1.7.0. ``lenstronomy`` is available through the pypi packaging index:
Acompanies lenstronomy release version 1.8.0. ``lenstronomy`` is available through the pypi packaging index:
>>> pip install lenstronomy --user
If you are using the GitHub branch of ``lenstronomy``, you may be a bit ahead of the notebooks.
Get in touch with Simon Birrer (sibirrer@gmail.com) if you encounter problems.
Expand Down

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions lenstronomy_extensions/Notebooks/catalogue modelling.ipynb

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

134 changes: 52 additions & 82 deletions lenstronomy_extensions/Notebooks/double_model.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lenstronomy_extensions/Notebooks/fits_handling.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"- Information about astropy coordinate systems can be found here:\n",
"http://docs.astropy.org/en/stable/wcs/\n",
"- For the units and coordinate system description of lenstronomy, see the following Jupyter Notebook:\n",
"https://github.com/sibirrer/lenstronomy_extensions/blob/master/lenstronomy_extensions/Notebooks/units_coordinates_parameters.ipynb\n",
"https://github.com/sibirrer/lenstronomy_extensions/blob/main/lenstronomy_extensions/Notebooks/units_coordinates_parameters.ipynb\n",
"- For reduction of HST data you may find useful Notebooks here: https://github.com/ajshajib/hst-lens\n",
"\n"
]
Expand Down
26 changes: 13 additions & 13 deletions lenstronomy_extensions/Notebooks/galfitting.ipynb

Large diffs are not rendered by default.

30 changes: 15 additions & 15 deletions lenstronomy_extensions/Notebooks/lens_equation.ipynb

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions lenstronomy_extensions/Notebooks/lenstronomy_numerics.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -202,15 +202,15 @@
"name": "stderr",
"output_type": "stream",
"text": [
"/Users/sibirrer/Software/lenstronomy/lenstronomy/Data/psf.py:116: Warning: Super-sampled point source kernel over-written due to different subsampling size requested.\n",
"/Users/sibirrer/Software/lenstronomy/lenstronomy/Data/psf.py:118: Warning: Super-sampled point source kernel over-written due to different subsampling size requested.\n",
" \" size requested.\", Warning)\n"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"27.4 ms ± 348 µs per loop (mean ± std. dev. of 7 runs, 10 loops each)\n"
"28.7 ms ± 951 µs per loop (mean ± std. dev. of 7 runs, 10 loops each)\n"
]
},
{
Expand All @@ -229,7 +229,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
"8.11 ms ± 47.1 µs per loop (mean ± std. dev. of 7 runs, 100 loops each)\n"
"7.92 ms ± 855 µs per loop (mean ± std. dev. of 7 runs, 100 loops each)\n"
]
},
{
Expand All @@ -248,7 +248,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
"3.97 ms ± 81.4 µs per loop (mean ± std. dev. of 7 runs, 100 loops each)\n"
"4.63 ms ± 447 µs per loop (mean ± std. dev. of 7 runs, 100 loops each)\n"
]
},
{
Expand All @@ -267,7 +267,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
"1.54 ms ± 29.8 µs per loop (mean ± std. dev. of 7 runs, 1000 loops each)\n"
"1.35 ms ± 75.8 µs per loop (mean ± std. dev. of 7 runs, 1000 loops each)\n"
]
},
{
Expand All @@ -286,15 +286,15 @@
"name": "stderr",
"output_type": "stream",
"text": [
"/Users/sibirrer/Software/lenstronomy/lenstronomy/Data/psf.py:116: Warning: Super-sampled point source kernel over-written due to different subsampling size requested.\n",
"/Users/sibirrer/Software/lenstronomy/lenstronomy/Data/psf.py:118: Warning: Super-sampled point source kernel over-written due to different subsampling size requested.\n",
" \" size requested.\", Warning)\n"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"3.57 ms ± 39.6 µs per loop (mean ± std. dev. of 7 runs, 100 loops each)\n"
"2.88 ms ± 148 µs per loop (mean ± std. dev. of 7 runs, 100 loops each)\n"
]
},
{
Expand All @@ -313,7 +313,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
"805 µs ± 4.46 µs per loop (mean ± std. dev. of 7 runs, 1000 loops each)\n"
"629 µs ± 17.4 µs per loop (mean ± std. dev. of 7 runs, 1000 loops each)\n"
]
},
{
Expand Down
48 changes: 27 additions & 21 deletions lenstronomy_extensions/Notebooks/multi_band_fitting.ipynb

Large diffs are not rendered by default.

56 changes: 34 additions & 22 deletions lenstronomy_extensions/Notebooks/quad_model.ipynb

Large diffs are not rendered by default.

59 changes: 29 additions & 30 deletions lenstronomy_extensions/Notebooks/quasar-host decomposition.ipynb

Large diffs are not rendered by default.

Large diffs are not rendered by default.

36 changes: 18 additions & 18 deletions lenstronomy_extensions/Notebooks/simple_ring.ipynb

Large diffs are not rendered by default.

130 changes: 116 additions & 14 deletions lenstronomy_extensions/Notebooks/simulation_api.ipynb

Large diffs are not rendered by default.

104 changes: 48 additions & 56 deletions lenstronomy_extensions/Notebooks/skypy_lenstronomy.ipynb

Large diffs are not rendered by default.

92 changes: 55 additions & 37 deletions lenstronomy_extensions/Notebooks/starting_guide.ipynb

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

178 changes: 93 additions & 85 deletions lenstronomy_extensions/Notebooks/time-delay cosmography psf.ipynb

Large diffs are not rendered by default.

52 changes: 26 additions & 26 deletions lenstronomy_extensions/Notebooks/time-delay cosmography.ipynb

Large diffs are not rendered by default.

Large diffs are not rendered by default.

0 comments on commit 494b0ec

Please sign in to comment.