Update fetchOrbit.py

LT1AB
Bryan Marfito 2021-03-24 09:57:01 +08:00 committed by GitHub
parent f67a4cfbaa
commit 92ecd7d5ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ if __name__ == '__main__':
for resulturl, result in parser.fileList:
if oType == 'precise':
match = os.path.join(resulturl, result)
elif oType == "restituted":
elif oType == 'restituted':
tbef, taft, mission = fileToRange(os.path.basename(result))
if (tbef <= fileTSStart) and (taft >= fileTS):
match = os.path.join(resulturl, result)