We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dea76d commit 1e1f589Copy full SHA for 1e1f589
src/components/PlotMetaData.tsx
@@ -36,7 +36,7 @@ type MetaDataSummary = {
36
};
37
38
function ProcessMetaData(result: GSearchResult): MetaDataSummary {
39
- const shortTracks = 1e-6; // cut for short tracks
+ const shortTracks = 1e-10; // cut for short tracks
40
41
const AvgFrequency: number[] = [];
42
const StartRadius: number[] = [];
0 commit comments