i3assist.PositionList

class i3assist.PositionList(filename='', positions=None)[source]

Describes a full position file as a list of Positions.

Refer to the documentation for Position objects

Parameters:
  • filename (str) – Filename of pos file.
  • positions (list of i3assist.Position) – List of positions.
__init__(filename='', positions=None)[source]

Methods

__init__([filename, positions])
from_file(filename) Loads list of positions from a trf file.
to_file(filename) Writes out a Position list to a pos file.

Attributes

filename Filename associated with position list.
positions List of Position objects.