Skip to content

Window correction for absolute calibration factor#322

Open
bhawkins wants to merge 8 commits into
isce-framework:developfrom
bhawkins:abscal_window_correction
Open

Window correction for absolute calibration factor#322
bhawkins wants to merge 8 commits into
isce-framework:developfrom
bhawkins:abscal_window_correction

Conversation

@bhawkins

Copy link
Copy Markdown
Contributor

This PR fixes #230 by adding support for adjusting absolute calibration (abscal) measurements to account for the radiometric effects of apodization windows applied during SAR focusing.

When measuring corner reflector radar cross-section (RCS) for absolute calibration, the standard "box" method estimates power by measuring peak power and 3dB widths. However, this approach doesn't account for power loss due to windowing (apodization) in range and azimuth processing. This PR implements a correction factor that adjusts measured RCS values to be more comparable with methods that integrate sidelobes (e.g., ESA's approach).

The change is about 0.5 dB for NISAR. The correction can be enabled by selecting "adjusted_box" in the runconfig or CLI (cc @nemo794 since QA does its own schema validation).

bhawkins and others added 8 commits May 20, 2026 19:11
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Updated the default power_method from 'box' to 'adjusted_box' in the
focus configuration. The adjusted_box method accounts for the effects
of apodization windows in range and azimuth, giving results more
comparable with methods that integrate sidelobes (e.g., ESA).

Also added 'adjusted_box' to the allowed values in the schema.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Incorrect Calculation of peak RCS

1 participant