Update fetchOrbit.py

LT1AB
Bryan Marfito 2021-03-21 20:13:15 +08:00 committed by GitHub
parent ad2729be00
commit 415a89365c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,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 = url + result