From dea837a523b7a35e0faec566e50efee14db89380 Mon Sep 17 00:00:00 2001 From: GernotMaier Date: Fri, 23 Apr 2021 12:52:38 +0200 Subject: [PATCH 1/2] Improve description of PSF axes Proposal to clarify the meaning of the axes in the PSF histograms (see also issue #174) --- source/irfs/full_enclosure/psf/psf_table/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/irfs/full_enclosure/psf/psf_table/index.rst b/source/irfs/full_enclosure/psf/psf_table/index.rst index da93409..225a670 100644 --- a/source/irfs/full_enclosure/psf/psf_table/index.rst +++ b/source/irfs/full_enclosure/psf/psf_table/index.rst @@ -18,9 +18,9 @@ Columns: * ``ENERG_LO``, ``ENERG_HI`` -- ndim: 1, unit: TeV * True energy axis * ``THETA_LO``, ``THETA_HI`` -- ndim: 1, unit: deg - * Field of view offset axis (see :ref:`coords-fov`) + * Angular distance to centre of the array pointing direction (see :ref:`coords-fov`) * ``RAD_LO``, ``RAD_HI`` -- ndim: 1, unit: deg - * Offset angle from source position + * Angular distance between simulated and reconstructed direction * ``RPSF`` -- ndim: 3, unit: sr^-1 * Point spread function value :math:`dP/d\Omega`, see :ref:`psf-pdf`. From 359ed6f25d573408f4f335e66e02b3d0dfb9fbdf Mon Sep 17 00:00:00 2001 From: GernotMaier Date: Fri, 23 Apr 2021 15:27:33 +0200 Subject: [PATCH 2/2] Update index.rst Change from BE to AE; added zxis --- source/irfs/full_enclosure/psf/psf_table/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/irfs/full_enclosure/psf/psf_table/index.rst b/source/irfs/full_enclosure/psf/psf_table/index.rst index 225a670..c6eeeaa 100644 --- a/source/irfs/full_enclosure/psf/psf_table/index.rst +++ b/source/irfs/full_enclosure/psf/psf_table/index.rst @@ -18,9 +18,9 @@ Columns: * ``ENERG_LO``, ``ENERG_HI`` -- ndim: 1, unit: TeV * True energy axis * ``THETA_LO``, ``THETA_HI`` -- ndim: 1, unit: deg - * Angular distance to centre of the array pointing direction (see :ref:`coords-fov`) + * Angular distance to center of the array pointing direction axis (see :ref:`coords-fov`) * ``RAD_LO``, ``RAD_HI`` -- ndim: 1, unit: deg - * Angular distance between simulated and reconstructed direction + * Angular distance between simulated and reconstructed direction axis * ``RPSF`` -- ndim: 3, unit: sr^-1 * Point spread function value :math:`dP/d\Omega`, see :ref:`psf-pdf`.