brukerconverter
Advanced tools
Comparing version 4.1.6 to 4.1.7
@@ -77,3 +77,6 @@ import { DoubleArray } from 'cheminfo-types'; | ||
export function groupByExperiments(fileList: PartialFileList, options?: GroupByExperimentsOptions): Experiment[]; | ||
export function groupByExperiments( | ||
fileList: PartialFileList, | ||
options?: GroupByExperimentsOptions, | ||
): Experiment[]; | ||
@@ -86,4 +89,4 @@ export interface ConverterOptions { | ||
export interface ConvertFileListOptions { | ||
filter?: GroupByExperimentsOptions, | ||
converter?: ConverterOptions, | ||
filter?: GroupByExperimentsOptions; | ||
converter?: ConverterOptions; | ||
} | ||
@@ -106,3 +109,3 @@ | ||
yUnit: string; | ||
isXYdata: boolean, | ||
isXYdata: boolean; | ||
observeFrequency: number; | ||
@@ -114,3 +117,3 @@ deltaX: number; | ||
export interface Spectrum2D extends Spectrum1D { | ||
pageValue: number | ||
pageValue: number; | ||
} | ||
@@ -131,3 +134,3 @@ | ||
isFID: boolean; | ||
} | ||
}; | ||
} | ||
@@ -158,8 +161,10 @@ | ||
isFID: boolean; | ||
} | ||
}; | ||
} | ||
type SpectraData = SpectraData1D | SpectraData2D; | ||
export async function convertFileList(fileList: PartialFileList, options?: ConvertFileListOptions): Promise<SpectraData[]> | ||
export function convertFileList( | ||
fileList: PartialFileList, | ||
options?: ConvertFileListOptions, | ||
): Promise<SpectraData[]>; |
{ | ||
"name": "brukerconverter", | ||
"version": "4.1.6", | ||
"version": "4.1.7", | ||
"description": "Parse and convert Bruker raw data", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
49393
1416