Add Sentinel-1 asset management and PyINT pipeline support

This commit is contained in:
2026-05-14 03:02:56 +08:00
parent 508ca5641a
commit 729c5c2a7f
61 changed files with 7800 additions and 885 deletions
+1 -1
View File
@@ -291,7 +291,7 @@ def main(argv):
iw3 = Sdate + '.IW3.slc*'
call_str = 'rm '+ iw1 + ' ' + iw2 + ' '+ iw3
os.system(call_str)
sys.exit(1)
sys.exit(0)
if __name__ == '__main__':
main(sys.argv[:])