Handling sentinel data in python ( working with snappy)

what do you mean by this?

I mean, the function to remove border thermal noise is not detecting splited bursts product as original product to apply remove border noise. Is it because we have splited the actual product?

As written above, I still think Border Noise Removal is only for GRD products, but please someone correct me if Iā€™m wrong.

Hi @marpet do you know how to apply CoregistrationOp in Snappy? Any suggestions? I am trying this.
arameters = HashMap()
parameters.put(ā€˜iterationsā€™, 2)
parameters.put(ā€˜levelsā€™, ā€˜4ā€™)
####### parameters.put(ā€˜masterSourceBandā€™, ā€˜VVā€™)
####### parameters.put(ā€˜slaveSourceBandā€™, ā€˜VVā€™)
parameters.put(ā€˜rankā€™, 2)

####### parameters.put(ā€˜Masterā€™, d:/master.dimā€™)
####### parameters.put(ā€˜Slaveā€™ , ā€˜d:/slave.dimā€™)
coreg_param = snappy.GPF.createProduct(ā€œCoregistrationOpā€, parameters, ProductIO.readProduct(ā€˜d:/master.dimā€™)
ProductIO.readProduct(ā€˜d:/slave.dimā€™))
ProductIO.writeProduct(coreg_param, co_reg, ā€˜BEAM-DIMAPā€™)

Is there anyone to help here? Thanks in advance.