-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
As a SAR scientist
I want to apply sigma-nought calibration to SLC data
So that I can compare backscatter across products and time
Acceptance Criteria:
- Calibration LUT read from
quality/calibration/sigma_nought - Interpolation to burst resolution
- Calibration formula implemented per ESA doc
- Output in dB scale (-80 to 0 dB typical)
- Available as virtual band or via
-oo CALIBRATION=SIGMA_NOUGHT - Matches SNAP output within ±0.5 dB
- Performance: < 5s for full burst
Definition of Done:
- Calibration results validated against SNAP
- Integration tests pass
- Documentation with formula included
Tasks:
- Parse sigma-nought LUT from Zarr
- Implement 2D interpolation (scipy algorithm in C++)
- Implement calibration formula
- Create virtual band for calibrated data
- Benchmark and optimize
- Write validation tests vs SNAP
Metadata
Metadata
Assignees
Labels
No labels