nmr-processing 21.1.1 → 21.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/nmr-processing.d.ts
CHANGED
|
@@ -1475,7 +1475,7 @@ export declare interface OptionsXYAutoPeaksPicking extends Partial<GetPeakListOp
|
|
|
1475
1475
|
|
|
1476
1476
|
declare interface OptionsXYAutoRangesPicking {
|
|
1477
1477
|
peakPicking: OptionsXYAutoPeaksPicking;
|
|
1478
|
-
impurities?:
|
|
1478
|
+
impurities?: PeaksMarkProtonImpuritiesOptions;
|
|
1479
1479
|
ranges?: OptionsPeaksToRanges;
|
|
1480
1480
|
logger?: Logger;
|
|
1481
1481
|
}
|
|
@@ -1523,7 +1523,7 @@ export declare interface Peak2DSeries {
|
|
|
1523
1523
|
z: number[];
|
|
1524
1524
|
}
|
|
1525
1525
|
|
|
1526
|
-
declare interface
|
|
1526
|
+
declare interface PeaksMarkProtonImpuritiesOptions {
|
|
1527
1527
|
/**
|
|
1528
1528
|
* Frequency of the spectrometer to convert peak width from Hz to ppm
|
|
1529
1529
|
* @default 400
|