From 5a372c7b5cec8f10893982b531729f547920abea Mon Sep 17 00:00:00 2001 From: "Pey Lian Lim (Github)" <2090236+pllim@users.noreply.github.com> Date: Wed, 29 Jun 2022 15:55:33 -0400 Subject: [PATCH] Update phot plugin doc --- docs/imviz/plugins.rst | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/docs/imviz/plugins.rst b/docs/imviz/plugins.rst index 7582d8bd00..0571d4a92d 100644 --- a/docs/imviz/plugins.rst +++ b/docs/imviz/plugins.rst @@ -184,6 +184,13 @@ results are displayed under the :guilabel:`CALCULATE` button. Radial profile (raw). +If you opted to fit a `~astropy.modeling.functional_models.Gaussian1D` +to the radial profile, the last fitted model parameters will be displayed +under the radial profile plot. The model itself can be obtained by as follows. +See :ref:`astropy:astropy-modeling` on how to manipulate the model:: + + my_gaussian1d = imviz.app.fitted_models['phot_radial_profile'] + You can also retrieve the photometry results as `~astropy.table.QTable` as follows, assuming ``imviz`` is the instance of your Imviz application:: @@ -260,12 +267,6 @@ The columns are as follow: Once you have the results in a table, you can further manipulated them as documented in :ref:`astropy:astropy-table`. -If you opted to fit a `~astropy.modeling.functional_models.Gaussian1D` -to the radial profile, the last fitted model can be obtained by as follows. -See :ref:`astropy:astropy-modeling` on how to manipulate the model:: - - my_gaussian1d = imviz.app.fitted_models['phot_radial_profile'] - .. _imviz-export-plot: Export Plot