Skip to content

Commit

Permalink
specify multiple orbit files are only accepted for s1
Browse files Browse the repository at this point in the history
  • Loading branch information
cmarshak committed Aug 29, 2023
1 parent d1eeabc commit f5b3b04
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/RAiDER/losreader.py
Original file line number Diff line number Diff line change
Expand Up @@ -754,7 +754,8 @@ def get_orbit(orbit_file: Union[list, str],
'''
Returns state vectors from an orbit file; state vectors are unique and ordered in terms of time
orbit file (str | list): - user-passed file(s) containing statevectors
for the sensor (can be download with sentineleof libray)
for the sensor (can be download with sentineleof libray). Lists of files
are only accepted for Sentinel-1 EOF files.
pad (int): - number of seconds to keep around the
requested time (should be about 600 seconds)
Expand Down

0 comments on commit f5b3b04

Please sign in to comment.