isce3 icon indicating copy to clipboard operation
isce3 copied to clipboard

Small updates to `applyRtc()`

Open gshiroma opened this issue 6 months ago • 0 comments

This PR provides two fixes to applyRtc():

  • Consider zero values valid preventing applyRtc() to convert them to NaN.
  • Apply minimum RTC area normalization factor (ANF) threshold using rtc_min_value (in linear) rather than rtc_min_value_db (in dB).

Note: these fixes do not affect NISAR or OPERA production.

gshiroma avatar Aug 07 '25 19:08 gshiroma