pyampp.gxbox.gxrefmap_view
Attributes
Classes
Functions
|
Module Contents
- class pyampp.gxbox.gxrefmap_view.RefmapViewer(h5_path: pathlib.Path, start: str | None = None)[source]
Bases:
PyQt5.QtWidgets.QMainWindow
- pyampp.gxbox.gxrefmap_view.main(ctx: typer.Context, h5_path: pathlib.Path | None = typer.Argument(None, exists=True, file_okay=True, dir_okay=False, readable=True), h5: pathlib.Path | None = typer.Option(None, '--h5', exists=True, file_okay=True, dir_okay=False, readable=True, help='Path to the model HDF5 file.'), start: str | None = typer.Option(None, '--start', help='Initial map name to display.'), list_only: bool = typer.Option(False, '--list', help='List available maps and exit.')) None[source]