spectrum-generator
    Preparing search index...

    Interface GetSpectrumOptions

    interface GetSpectrumOptions {
        copy?: boolean;
        threshold?: number;
    }
    Index

    Properties

    Properties

    copy?: boolean

    generate a copy of the current data

    true
    
    threshold?: number

    minimum intensity value

    0