GeoscienceAustralia / ga_sar_workflow

InSAR processing workflow used by Geoscience Australia
Apache License 2.0
3 stars 0 forks source link

Fix RANGE_LOOKS and AZIMUTH_LOOKS settings #375

Open mwheeler opened 1 year ago

mwheeler commented 1 year ago

The current RANGE_LOOKS and AZIMUTH_LOOKS .proc config settings are no longer correctly computed into the stack's finalised config.proc - instead they're assumed to match the values that would be computed from MULTI_LOOK (which is very counter-intuitive and defeats the purpose of MULTI_LOOKS being a shortcut to auto-calculate the other two).

Issues to resolve:

  1. Restore RANGE_LOOKS and AZIMUTH_LOOKS finalisation in the luigi workflow (ard.py)
  2. Implement non-auto RANGE_LOOKS and AZIMUTH_LOOKS (eg: if values are specified, use them as an override / ignore MULTI_LOOKS calculated results)