chromatography
    Preparing search index...

    Interface CalculateEicOptions

    interface CalculateEicOptions {
        cache?: boolean;
        force?: boolean;
        seriesName?: string;
        slotWidth?: number;
    }
    Index

    Properties

    cache?: boolean

    Retrieve result from cache if it exists.

    false
    
    force?: boolean

    Force replacement of existing series. If false, trying to add an already existing series will throw an error.

    false
    
    seriesName?: string

    Name of the series where the result will be stored. Defaults to an automatically generated name.

    slotWidth?: number

    Width of the slot around the target mass.

    1