Interface GetSpectrumOptions

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

Properties

Properties

copy?: boolean

generate a copy of the current data

Default

true
threshold?: number

minimum intensity value

Default

0