nmr-processing 12.9.0 → 12.9.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 +3 -3
- package/nmr-processing.d.ts +2 -0
- package/nmr-processing.mjs +3 -3
- package/package.json +1 -1
package/nmr-processing.d.ts
CHANGED
|
@@ -618,6 +618,8 @@ export declare function getBaselineZones(data: NmrData1D, options?: BaselineZone
|
|
|
618
618
|
*/
|
|
619
619
|
export declare function getBaselineZonesByDietrich(data: NmrData1D, options?: {
|
|
620
620
|
maxDistanceToJoin?: number;
|
|
621
|
+
minWidth?: number;
|
|
622
|
+
nbZones?: number;
|
|
621
623
|
}): BaselineCorrectionZone[];
|
|
622
624
|
|
|
623
625
|
export declare function getDatabase(url?: string, options?: {
|