types
Types regarding OCT metrics.
Classes
Coordinates
class Coordinates(X: float, Y: float):Dataclass representing X and Y coordinates.
Laterality
class Laterality(*args, **kwds):Represents the laterality of the image.
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.
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.
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.