From 6b53dd11aaa933e21a4450706a475e7ad25bd69a Mon Sep 17 00:00:00 2001 From: temuller Date: Thu, 25 Apr 2024 09:09:46 +0200 Subject: [PATCH] removing interactive example --- docs/examples/interactive_aperture.rst | 23 ----------------------- docs/index.rst | 1 - 2 files changed, 24 deletions(-) delete mode 100644 docs/examples/interactive_aperture.rst diff --git a/docs/examples/interactive_aperture.rst b/docs/examples/interactive_aperture.rst deleted file mode 100644 index ca4aab6..0000000 --- a/docs/examples/interactive_aperture.rst +++ /dev/null @@ -1,23 +0,0 @@ -.. _inter_ap: - -Interactive Aperture -==================== - -HostPhot also allows the user to interactively set the aperture used for photometry (available with jupyter notebooks only): - -.. code:: python - - %matplotlib widget - from hostphot.interactive_aperture import InteractiveAperture - - obj = InteractiveAperture('SN2009Y') - -.. image:: static/inter_ap.png - -The user can change the parameters of the ellipse by using the sliders (top left) or the boxes (top right), change between filters by clicking on the horizontal buttons and calculate the photometry by clicking on the ``Calc. Photometry`` button. Note that the ellipse can also be centred by clicking on the image. - -The calculated photometry can then be accessed directly from the created obeject or exported into a ``csv`` file: - -.. code:: python - - obj.export_photometry() diff --git a/docs/index.rst b/docs/index.rst index c3b85b9..f644db5 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -48,7 +48,6 @@ HostPhot is being actively developed in `a public repository on GitHub examples/cutouts_example.rst examples/preprocessing.rst examples/photometry_example.rst - examples/interactive_aperture.rst examples/test_full.ipynb examples/hst_example.ipynb examples/sed_plotting.ipynb