Print that restituted or precise orbits already exists

LT1AB
Bryan Marfito 2022-01-23 09:50:22 +08:00 committed by GitHub
parent 0e5114a8be
commit c9f83bc8ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1033,7 +1033,7 @@ class sentinelSLC(object):
orbit_start_date_time = datetime.datetime.strptime(fields[6].replace('V',''), datefmt)
orbit_stop_date_time = datetime.datetime.strptime(fields[7].replace('.EOF',''), datefmt)
if self.start_date_time >= orbit_start_date_time and self.stop_date_time < orbit_stop_date_time:
print ("restituted orbit already exists.")
print ("restituted or precise orbit already exists.")
self.orbit = orbitFile
self.orbitType = 'restituted'