pyampp.gxbox.gxrefmap_view ========================== .. py:module:: pyampp.gxbox.gxrefmap_view Attributes ---------- .. autoapisummary:: pyampp.gxbox.gxrefmap_view.app Classes ------- .. autoapisummary:: pyampp.gxbox.gxrefmap_view.MapSpec pyampp.gxbox.gxrefmap_view.RefmapViewer Functions --------- .. autoapisummary:: pyampp.gxbox.gxrefmap_view.main Module Contents --------------- .. py:data:: app .. py:class:: MapSpec .. py:attribute:: group :type: str .. py:attribute:: name :type: str .. py:attribute:: data_path :type: str .. py:attribute:: wcs_path :type: str .. py:class:: RefmapViewer(h5_path: pathlib.Path, start: Optional[str] = None) Bases: :py:obj:`PyQt5.QtWidgets.QMainWindow` .. py:attribute:: h5_path .. py:attribute:: selector .. py:attribute:: vmin_label .. py:attribute:: vmin_slider .. py:attribute:: vmin_value .. py:attribute:: vmax_label .. py:attribute:: vmax_slider .. py:attribute:: vmax_value .. py:attribute:: log_checkbox .. py:attribute:: figure .. py:attribute:: canvas .. py:attribute:: toolbar .. py:function:: main(ctx: typer.Context, h5_path: Optional[pathlib.Path] = typer.Argument(None, exists=True, file_okay=True, dir_okay=False, readable=True), h5: Optional[pathlib.Path] = typer.Option(None, '--h5', exists=True, file_okay=True, dir_okay=False, readable=True, help='Path to the model HDF5 file.'), start: Optional[str] = typer.Option(None, '--start', help='Initial map name to display.'), list_only: bool = typer.Option(False, '--list', help='List available maps and exit.')) -> None