brukerconverter
Advanced tools
Comparing version 6.1.1 to 6.1.2
@@ -1,2 +0,2 @@ | ||
import { DoubleArray } from 'cheminfo-types'; | ||
import { DoubleArray, Data2D } from 'cheminfo-types'; | ||
import type { FileCollectionItem, FileCollection } from 'filelist-utils'; | ||
@@ -135,25 +135,2 @@ | ||
export interface MinMaxContent { | ||
z: DoubleArray[]; | ||
minZ: number; | ||
maxZ: number; | ||
minY: number; | ||
maxY: number; | ||
minX: number; | ||
maxX: number; | ||
} | ||
export type MinMax = Data2DFid | Data2DFt; | ||
export interface Data2DFid { | ||
re: MinMaxContent; | ||
im?: MinMaxContent; | ||
} | ||
export interface Data2DFt { | ||
rr: MinMaxContent; | ||
ri?: MinMaxContent; | ||
ir?: MinMaxContent; | ||
ii?: MinMaxContent; | ||
} | ||
export interface GeneralBrukerSource { | ||
@@ -169,3 +146,3 @@ name: string; | ||
spectra: Spectrum2D[]; | ||
minMax: MinMax; | ||
minMax: Data2D; | ||
ntuples: any; | ||
@@ -172,0 +149,0 @@ meta: Record<string, any>; |
{ | ||
"name": "brukerconverter", | ||
"version": "6.1.1", | ||
"version": "6.1.2", | ||
"description": "Parse and convert Bruker raw data", | ||
@@ -46,3 +46,3 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"cheminfo-types": "^1.4.0", | ||
"cheminfo-types": "^1.5.0", | ||
"filelist-utils": "^1.8.0", | ||
@@ -49,0 +49,0 @@ "iobuffer": "^5.3.2", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1724146
1759
Updatedcheminfo-types@^1.5.0