I am trying to pre-process interferogram using the GPT in command-line. It almost works but still receive this error and I dont really know what I can do about it. It has something (i think) to do with the TOPSAR Split.
and my inputline: GPT -e -c 4G -x -q 30 C:\Bash\Interferogram_Batch1.xml C:\Bash\input\S1A_IW_SLC__1SDV_20180511T172455_20180511T172522_021860_025BFF_79C1.SAFE.zip C:\Bash\input\S1A_IW_SLC__1SDV_20180523T172456_20180523T172523_022035_02618D_C6F7.SAFE.zip -t C:\Bash\output\Test1_Interferogram.dim
Hopefully you can help me?
Not really an expert but I guess that you use the source product refid from something pass by variable, and this should be used for defined operators inside the graph, so you should use it differently something more alike to:
Other possible solution is to use the Read Operator, for which later in the TOPSAR-Split could be used as you wanted : < source product refid=“Read”/>
Other option is to create the graph using Graph Builder inside SNAP and use it later using GPT.