Skip to content

Commit

Permalink
fix: increase default frequency cluster close #1309
Browse files Browse the repository at this point in the history
  • Loading branch information
jobo322 committed Dec 6, 2021
1 parent d92f1d5 commit e326ca4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/data/data1d/Spectrum1D/ranges/autoRangesDetection.ts
Expand Up @@ -24,12 +24,12 @@ export default function autoRangesDetection(datum1D, options: any = {}) {
...defaultPeakPickingOptions,
...peakPicking,
};

console.log('freq', originFrequency)
const rangesOptions = {
frequency: originFrequency,
nucleus,
compile: true,
frequencyCluster: 8,
frequencyCluster: 13,
keepPeaks: true,
};

Expand Down

0 comments on commit e326ca4

Please sign in to comment.