Update fetchOrbit.py
parent
f67a4cfbaa
commit
92ecd7d5ed
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue