Commit 855a0cdb authored by Gaetano Raffaele's avatar Gaetano Raffaele
Browse files

ENH: add superimpose prior to stitching RTC scenes

parent 5db2183d
No related merge requests found
Showing with 2 additions and 0 deletions
+2 -0
......@@ -75,6 +75,8 @@ def preprocess_s1(in_fld, roi, out_fld, dem_fld=None, geoid=None, direction=None
assert(os.path.exists(dem_fld) and os.path.exists(geoid))
s1.calibrate()
s1.orthorectify(dem_fld, geoid)
elif provider == 'planetary':
s1.superimpose()
s1.stitch()
if not skip_despeckle:
s1.multitemp_speckle_filter()
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment