nmr-processing 12.0.2 → 12.1.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/nmr-processing.cjs +1 -1
- package/nmr-processing.d.ts +3 -0
- package/nmr-processing.mjs +1 -1
- package/package.json +1 -1
package/nmr-processing.d.ts
CHANGED
|
@@ -2409,6 +2409,7 @@ export declare function mapZones(zones: Zone[], datum: Entry2D, options?: MapOpt
|
|
|
2409
2409
|
originalTo?: number | undefined;
|
|
2410
2410
|
};
|
|
2411
2411
|
id: string;
|
|
2412
|
+
assignment?: string | undefined;
|
|
2412
2413
|
}[];
|
|
2413
2414
|
|
|
2414
2415
|
export declare function markSolventPeaks<T extends NMRRange>(input: T[], solventSignals: NMRSignal1D[], options?: any): T[];
|
|
@@ -2779,6 +2780,7 @@ declare interface OptionsXYAutoRangesPicking {
|
|
|
2779
2780
|
peakPicking: OptionsXYAutoPeaksPicking;
|
|
2780
2781
|
impurities?: OptionsPeaksFilterImpurities;
|
|
2781
2782
|
ranges?: OptionsPeaksToRanges;
|
|
2783
|
+
logger?: Logger;
|
|
2782
2784
|
}
|
|
2783
2785
|
|
|
2784
2786
|
declare type Parameter = 'delta' | 'intensity' | 'fwhm' | 'mu' | 'coupling';
|
|
@@ -3959,6 +3961,7 @@ declare function unlink(range: Range_2, options?: UnlinkOptions): Range_2;
|
|
|
3959
3961
|
y: ZoneAxis;
|
|
3960
3962
|
signals: Signal2D[];
|
|
3961
3963
|
kind?: string;
|
|
3964
|
+
assignment?: string;
|
|
3962
3965
|
}
|
|
3963
3966
|
|
|
3964
3967
|
export declare interface Zone2DError {
|