cheminfo-types
    Preparing search index...

    Interface DLSMeta

    Standardized DLS (Dynamic Light Scattering) metadata. CHMO: 0000120

    interface DLSMeta {
        average?: DLSSizeDistribution;
        derivedMeanCountRate?: Value;
        distributions?: DLSDistribution[];
        firstCumulant?: number;
        fitError?: number;
        intercept?: number;
        measuredBaseline?: number;
        polydispersityIndex?: number;
        secondCumulant?: number;
        zAverage?: Value;
    }
    Index

    Properties

    Overall average properties across all detected particle populations.

    derivedMeanCountRate?: Value

    Derived mean count rate.

    distributions?: DLSDistribution[]

    Detected particle populations, each with properties across all distribution types.

    firstCumulant?: number

    First cumulant (mean decay rate).

    fitError?: number

    Fit error of the cumulants analysis.

    intercept?: number

    Intercept of the correlation function.

    measuredBaseline?: number

    Measured baseline of the correlation function.

    polydispersityIndex?: number

    Polydispersity index from cumulants analysis.

    secondCumulant?: number

    Second cumulant (variance of decay rate).

    zAverage?: Value

    Z-average hydrodynamic diameter (cumulants mean).