Interface XYObjectBestPointsOptions

interface XYObjectBestPointsOptions {
    from?: number;
    limit?: number;
    numberCloseSlots?: number;
    numberSlots?: number;
    threshold?: number;
    to?: number;
}

Properties

from?: number

min X value of the window to consider

limit?: number

max number of points

Default

20
numberCloseSlots?: number

number of slots

Default

50
numberSlots?: number

define the number of slots and indirectly the slot width

Default

10
threshold?: number

minimal intensity compare to more intense

Default

0.01
to?: number

max X value of the window to consider