Configuration#
CalibrationConfig#
Field |
Type |
Default |
Description |
|---|---|---|---|
|
ObsMode |
Auto |
Observation mode (auto-detected if Auto) |
|
PwvSource |
FitGridRefine |
PWV retrieval strategy |
|
f64 |
1.0 |
Initial PWV guess for fitting (mm) |
|
f64 |
0.01 |
Minimum PWV in grid search (mm) |
|
f64 |
10.0 |
Maximum PWV in grid search (mm) |
|
usize |
100 |
Number of grid search points |
|
bool |
false |
Fit PWV independently per pixel |
|
f64 |
200.0 |
Bad channel T_rec threshold multiplier (K) |
|
f64 |
0.01 |
Minimum hot-cold count ratio |
|
f64 |
1.0 |
Forward scattering efficiency |
|
f64 |
1.0 |
Main beam efficiency |
|
f64 |
1.0 |
Elevation-dependent gain correction |
|
Option |
auto |
Rayon thread pool size |
|
Physics |
Exact |
Physics constants precision |
ObsMode#
Variant |
CLI value |
Description |
|---|---|---|
|
|
Auto-detect from data |
|
|
Position-switched ON/OFF |
|
|
On-the-fly scanning |
|
— |
Future: frequency-switched reference |
|
— |
Future: beam-switched reference |
PwvSource#
Variant |
Description |
|---|---|
|
Grid search (100 points) + Newton refinement (5 iterations) |
|
Levenberg-Marquardt least-squares (fallback) |
|
Fixed PWV value in mm (no fitting) |
PhysicsConstants#
Variant |
\(h/k_B\) |
Notes |
|---|---|---|
|
SI 2019, f64 |
Production default |
|
0.047995 K/GHz, f32 truncation |
Legacy parity mode |