nmr-processing 19.4.2 → 19.5.1
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
|
@@ -1381,6 +1381,11 @@ declare interface OptimizeSignalsOptionsLevenbergMarquardtOptimization {
|
|
|
1381
1381
|
export declare type OptimizeSignalsOptionsOptimization = OptimizeSignalsOptionsDirectOptimization | OptimizeSignalsOptionsLevenbergMarquardtOptimization;
|
|
1382
1382
|
|
|
1383
1383
|
export declare interface OptionsPeaksFilterImpurities {
|
|
1384
|
+
/**
|
|
1385
|
+
* Frequency of the spectrometer to convert peak width from Hz to ppm
|
|
1386
|
+
* @default 400
|
|
1387
|
+
*/
|
|
1388
|
+
frequency?: number;
|
|
1384
1389
|
/**
|
|
1385
1390
|
* Solvent name.
|
|
1386
1391
|
*/
|