radar code cleanup #74 #111

This commit is contained in:
Matt Walsh 2025-06-16 15:45:43 -05:00
commit bb0ad8ff32
4 changed files with 24 additions and 98 deletions

View file

@ -1,6 +1,4 @@
import {
removeDopplerRadarImageNoise,
} from './radar-utils.mjs';
import { removeDopplerRadarImageNoise } from './radar-utils.mjs';
import { RADAR_FULL_SIZE, RADAR_FINAL_SIZE } from './radar-constants.mjs';
onmessage = async (e) => {