How to run Range Doppler Terrain Correction from python?

Hey!

I’m developping a program which suppose to perform Range Doppler Terrain correction on a given S1 product. For this purpose I’m using Python as a language of choice and prepared snappy module from SNAP.

The problem I faced is that I can’t find any reasonable example or manual which describes how to call SNAP Range Doppler Terrain correction operator from python code.

Could someone give me a piece of advice?

please check this tutorial (TC starting at around 1:08:10): Processing Copernicus data in Python using snappy - PY01