nmr-processing 12.7.0 → 12.8.0
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 -1
- package/nmr-processing.d.ts +2 -11
- package/nmr-processing.mjs +2 -1
- package/package.json +1 -3
package/nmr-processing.d.ts
CHANGED
|
@@ -655,17 +655,6 @@ export declare interface GetPeakListOptions extends GSDOptions, OptimizePeaksOpt
|
|
|
655
655
|
maxAbsDdY?: number;
|
|
656
656
|
}
|
|
657
657
|
|
|
658
|
-
/**
|
|
659
|
-
* Prediction cache function that saves and loads predictions from the file system.
|
|
660
|
-
* @param cacheFolder
|
|
661
|
-
* @returns
|
|
662
|
-
*/
|
|
663
|
-
export declare function getPredictionFSCache(cacheFolder: string, options?: GetPredictionFSCacheOptions): PredictionCacheFn;
|
|
664
|
-
|
|
665
|
-
declare interface GetPredictionFSCacheOptions {
|
|
666
|
-
throwIfNotInCache?: boolean;
|
|
667
|
-
}
|
|
668
|
-
|
|
669
658
|
export declare function getShiftX(spectrum: Entry1D): number;
|
|
670
659
|
|
|
671
660
|
export declare const impurities: SolventImpurities;
|
|
@@ -3273,6 +3262,8 @@ export declare interface RangesToACSOptions {
|
|
|
3273
3262
|
solvent?: string;
|
|
3274
3263
|
}
|
|
3275
3264
|
|
|
3265
|
+
export declare function rangesToTSV(ranges: NMRRange[]): string;
|
|
3266
|
+
|
|
3276
3267
|
export declare function rangesToXY(ranges: NMRRange[], options?: RangesToXYOptions): {
|
|
3277
3268
|
x: Float64Array;
|
|
3278
3269
|
y: Float64Array;
|