prop/scripts
Graham McIntire daafa5a02a
perf(algo): unify recalibration into single Python pipeline with JSON output
Replace the two-script Python pipeline (analysis report + Elixir-source
emitter) with a single `scripts/recalibrate.py` that fits per-band
weights from PSKR spot density (VHF/UHF) and contacts↔HRRR correlations
(microwave), writing `priv/algo/band_weights.json` as a machine-readable
artifact. A new Elixir BandWeights module loads this JSON once via
`:persistent_term` cache; BandConfig.weights/1 consults it before falling
back to in-source overrides or global defaults. The script never touches
Elixir source — recalibration is now `python3 scripts/recalibrate.py`
followed by an app restart.
2026-05-25 14:45:55 -05:00
..
backup_prop_db.sh postgres backup script added 2026-04-17 17:34:15 -05:00
recalibrate.py perf(algo): unify recalibration into single Python pipeline with JSON output 2026-05-25 14:45:55 -05:00
restore_prod_to_local.sh Add incremental prod-to-local DB sync script 2026-04-23 13:57:22 -05:00
sync_prod_to_local.sh Add incremental prod-to-local DB sync script 2026-04-23 13:57:22 -05:00