Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
VChristiaens authored May 11, 2022
2 parents 77aeb05 + 38f55f2 commit a125109
Show file tree
Hide file tree
Showing 109 changed files with 40,043 additions and 10,639 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ coverage:
test:
pytest --cov=vip_hci/ --cov-report=xml

pep8-format:
autopep8 --in-place --aggressive vip_hci/*.py
autopep8 --in-place --aggressive vip_hci/*/*.py
autopep8 --in-place --aggressive tests/*.py

clean:
find . -name '*.pyc' -exec rm -f {} +
find . -name '__pycache__' -exec rm -rf {} +
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ Attribution
-----------

``VIP`` started as the effort of `Carlos Alberto Gomez Gonzalez <https://github.com/carlos-gg>`_,
a former PhD student of the `VORTEX team <http://www.vortex.ulg.ac.be/>`_
a former PhD student of `PSILab <https://sites.google.com/site/olivierabsil/psilab>`_
(ULiege, Belgium), who has led the development of VIP from 2015 to 2020.
Maintenance and current development is now led by `Valentin Christiaens <https://github.com/VChristiaens>`_.
VIP benefitted from contributions made by collaborators from several teams, including: Ralf Farkas, Julien Milli, Olivier Wertz, Henry Ngo, Alan Rainot, Gary Ruane, Corentin Doco, Miles Lucas, Gilles Orban de Xivry, Lewis Picker, Faustine Cantalloube, Iain Hammond, Christian Delacroix, Arthur Vigan, Dimitri Mawet and Olivier Absil.
Expand Down
5 changes: 3 additions & 2 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,9 @@ a bug, ask a question, suggest a new functionality or contribute to the code (th
tutorials/04_metrics.ipynb
tutorials/05_fm_planets.ipynb
tutorials/06_fm_disk.ipynb
tutorials/07_imlib_and_interpolation.ipynb
tutorials/08_datasets_as_objects.ipynb
tutorials/07_ifs_psfsub_fm_planets.ipynb
tutorials/08_imlib_and_interpolation.ipynb
tutorials/09_datasets_as_objects.ipynb

.. toctree::
:maxdepth: 2
Expand Down
3,013 changes: 3,013 additions & 0 deletions docs/source/tutorials/.ipynb_checkpoints/03_psfsub-checkpoint.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit a125109

Please sign in to comment.