feat: improve 1D line broadening filter #8030
Annotations
10 errors
Check types:
src/component/2d/1d-tracer/phase-correction-traces/SpectrumPhaseTrace.tsx#L146
Argument of type 'Spectrum1D' is not assignable to parameter of type 'Entry1D'.
|
Check types:
src/component/header/SimpleApodizationOptionsPanel.tsx#L40
Type '"lineBroadening"' is not assignable to type '"options" | "livePreview" | "options.gaussian" | "options.exponential" | "options.lorentzToGauss" | "options.sineBell" | "options.sineSquare" | "options.traf" | "options.modifiedGaussian" | ... 104 more ... | "options.modifiedGaussian.shape.options.dwellTime"'.
|
Check types:
src/component/modal/editRange/forms/components/signal-tabs/SignalPeaksTable.tsx#L52
Argument of type 'Spectrum1D' is not assignable to parameter of type 'Entry1D'.
|
Check types:
src/component/modal/setting/settings-tabs/DatabasesTabContent.tsx#L40
Type instantiation is excessively deep and possibly infinite.
|
Check types:
src/component/panels/databasePanel/DatabasePanel.tsx#L517
Argument of type 'Spectrum1D' is not assignable to parameter of type 'Entry1D'.
|
Check types:
src/component/panels/filtersPanel/Filters/ApodizationOptionsPanel.tsx#L91
Type '"lineBroadening"' is not assignable to type '"options" | "livePreview" | "options.gaussian" | "options.exponential" | "options.lorentzToGauss" | "options.sineBell" | "options.sineSquare" | "options.traf" | "options.modifiedGaussian" | ... 104 more ... | "options.modifiedGaussian.shape.options.dwellTime"'.
|
Check types:
src/component/panels/filtersPanel/Filters/ApodizationOptionsPanel.tsx#L107
Type '"gaussBroadening"' is not assignable to type '"options" | "livePreview" | "options.gaussian" | "options.exponential" | "options.lorentzToGauss" | "options.sineBell" | "options.sineSquare" | "options.traf" | "options.modifiedGaussian" | ... 104 more ... | "options.modifiedGaussian.shape.options.dwellTime"'.
|
Check types:
src/component/panels/filtersPanel/Filters/ApodizationOptionsPanel.tsx#L122
Type '"lineBroadeningCenter"' is not assignable to type '"options" | "livePreview" | "options.gaussian" | "options.exponential" | "options.lorentzToGauss" | "options.sineBell" | "options.sineSquare" | "options.traf" | "options.modifiedGaussian" | ... 104 more ... | "options.modifiedGaussian.shape.options.dwellTime"'.
|
Check types:
src/component/panels/filtersPanel/Filters/FiltersSectionsPanel.tsx#L316
Type '{ filters: Filter[]; spectraCounter: number; activeFilterID: string | null; }' is not assignable to type 'FiltersInnerProps'.
|
Check types:
src/component/panels/filtersPanel/Filters/index.tsx#L1
'ButtonProps' is a type and must be imported using a type-only import when 'verbatimModuleSyntax' is enabled.
|
Loading