ml-spectra-processing
    Preparing search index...

    Interface XYObjectBestPointsOptions

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

    Properties

    from?: number

    min X value of the window to consider

    limit?: number

    max number of points

    20
    
    numberCloseSlots?: number

    number of slots

    50
    
    numberSlots?: number

    define the number of slots and indirectly the slot width

    10
    
    threshold?: number

    minimal intensity compare to more intense

    0.01
    
    to?: number

    max X value of the window to consider