ml-gsd
    Preparing search index...

    Interface SetShapeOptions<T>

    interface SetShapeOptions<T> {
        output?: T[];
        shape?: Shape1D;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    output?: T[]

    Destination array.

    structuredClone(peaks)
    
    shape?: Shape1D

    Shape to use to calculate FWHM.

    { kind: 'gaussian' }