crowsetta.formats.seq.textgrid.classes.PointTier

crowsetta.formats.seq.textgrid.classes.PointTier#

class crowsetta.formats.seq.textgrid.classes.PointTier(name: str, xmin: float, xmax: float, points: list[Point])[source]#

Bases: object

Class representing a point tier in a Praat TextGrid.

As described in the Praat documentation[1]_:

A point tier is a sequence of labelled points.

name#

A name given to the point tier, e.g. “stimulus onset”.

Type:

str

xmin#

Start time of IntervalTier, in seconds.

Type:

float

xmax#

End time of IntervalTier, in seconds.

Type:

float

points#

A list of Point instances.

Type:

list

See also

Point

References

__init__(name: str, xmin: float, xmax: float, points: list[Point]) None#

Method generated by attrs for class PointTier.

Methods

__init__(name, xmin, xmax, points)

Method generated by attrs for class PointTier.

Attributes

name

xmin

xmax

points