GridPos

class pyarts.arts.GridPos

A position in a grid

Workspace methods that can generate GridPos

Workspace methods that require GridPos

__init__(*args, **kwargs)

Overloaded function.

  1. __init__(self: pyarts.arts.GridPos) -> None

Empty position

  1. __init__(self: pyarts.arts.GridPos, val: pyarts.arts.GridPos) -> None

Copy instance

  1. __init__(self: pyarts.arts.GridPos, wsv: pyarts.arts.WorkspaceVariable) -> None

Automatic conversion from a workspace variable

  1. __init__(self: pyarts.arts.GridPos, arg0: int, arg1: Annotated[List[float], FixedSize(2)]) -> None

Complete position

Methods

__init__(*args, **kwargs)

Overloaded function.

fromxml(file)

Create GridPos from file

readxml(self, file)

Read GridPos from file

savexml(self, file[, type, clobber])

Saves GridPos to file

Attributes

fd

list The two weights

idx

Index Index in a grid