Skip to main content

types

Types regarding OCT metrics.

Classes

Coordinates

class Coordinates(X: float, Y: float):

Dataclass representing X and Y coordinates.

Variables

  • static X : float
  • static Y : float

Laterality

class Laterality(*args, **kwds):

Represents the laterality of the image.

Ancestors

Variables

  • static LEFT
  • static RIGHT

MaculaQuadrants

class MaculaQuadrants(*args, **kwargs):

TypedDict representing the quadrants in the inner/outer ETDRS zones.

Variables

  • static inferior : float
  • static nasal : float
  • static superior : float
  • static temporal : float

MaculaSubFields

class MaculaSubFields(*args, **kwargs):

TypedDict representing the 9 ETDRS subfields.

Variables

  • static fovea : float

Quadrant

class Quadrant(*args, **kwds):

Represents the quadrant component of the ETDRS sub-field.

This is determined by the angle of a point from the centre of the macula.

Ancestors

Variables

  • static INFERIOR
  • static NASAL
  • static SUPERIOR
  • static TEMPORAL

Zone

class Zone(*args, **kwds):

Represents the zone component of the ETDRS sub-field.

This is determined by the absolute distance of a point from the centre of the macula.

Ancestors

Variables

  • static FOVEA
  • static INNER
  • static OUTER