nmr-processing 11.2.2 → 11.2.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/nmr-processing.cjs +2 -2
- package/nmr-processing.d.ts +5 -0
- package/nmr-processing.mjs +2 -2
- package/package.json +4 -4
package/nmr-processing.d.ts
CHANGED
|
@@ -2125,6 +2125,11 @@ export declare interface Info2D extends Info {
|
|
|
2125
2125
|
frequencyOffset: number[];
|
|
2126
2126
|
spectralWidth: number[];
|
|
2127
2127
|
reverse?: boolean[];
|
|
2128
|
+
lpNumberOfCoefficients?: number[];
|
|
2129
|
+
tdOff?: number[];
|
|
2130
|
+
spectrumSize: number[];
|
|
2131
|
+
numberOfPoints: number[];
|
|
2132
|
+
linearPredictionBin?: number[];
|
|
2128
2133
|
}
|
|
2129
2134
|
|
|
2130
2135
|
declare type Info2D_2 = any;
|