isce3
isce3 copied to clipboard
Small updates to `applyRtc()`
This PR provides two fixes to applyRtc():
- Consider zero values valid preventing
applyRtc()to convert them toNaN. - Apply minimum RTC area normalization factor (ANF) threshold using
rtc_min_value(in linear) rather thanrtc_min_value_db(in dB).
Note: these fixes do not affect NISAR or OPERA production.