gaia_cob_pmp.app.pages.source ============================= .. py:module:: gaia_cob_pmp.app.pages.source Classes ------- .. autoapisummary:: gaia_cob_pmp.app.pages.source.SourceViewPage Module Contents --------------- .. py:class:: SourceViewPage(**kwargs) Bases: :py:obj:`iommi.Page` The basic view for a source. Needs to include all the plots too! .. py:attribute:: header .. py:attribute:: detail .. py:attribute:: vvg_plot .. py:attribute:: rv_plot .. py:attribute:: gaia_info .. py:class:: Meta .. py:method:: extra_evaluated__vvg_plot(source, **_) -> str :staticmethod: Generates and renders the vpec_vs_gamma plot for a given source if relevant data is present .. py:method:: extra_evaluated__rv_plot(source, **_) -> str :staticmethod: Generates and renders the rv_curve plot for a given source if relevant data is present