Levels
polar.polar_classes.Levels(self, Point)
A levels point class
Attributes
| Name | Type | Description |
|---|---|---|
| … | All methods and attributes from SequencePoint | |
| certainty | str | If a ‘?’ was appended to a point label, 'uncertain', otherwise 'certain' |
| level | int | The level value given to this point |
| band | np.array | The f0 band for this point, given its level |
| ranges_interval | Ranges | The Ranges interval this point falls within |
| ranges_tier | SequenceTier | The Ranges tier associated with these Levels |
| turning_point | TurningPoints | The TurningPoints point associated with this Levels point |
Reuse
GPLv3