Skip to content

Commit

Permalink
Update src/hyp3_autorift/s1_isce2.py
Browse files Browse the repository at this point in the history
Co-authored-by: Jake Herrmann <jtherrmann@alaska.edu>
  • Loading branch information
AndrewPlayer3 and jtherrmann authored Aug 9, 2024
1 parent f661521 commit 9d7c9e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hyp3_autorift/s1_isce2.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def process_sentinel1_with_isce2(reference, secondary, parameter_file):
reference_state_vec = fetch_for_scene(reference, dir=orbits)
log.info(f'Downloaded orbit file {reference_state_vec} from s1-orbits')

secondary_state_vec = fetch_for_scene(reference, dir=orbits)
secondary_state_vec = fetch_for_scene(secondary, dir=orbits)
log.info(f'Downloaded orbit file {secondary_state_vec} from s1-orbits')

polarization = get_s1_primary_polarization(reference)
Expand Down

0 comments on commit 9d7c9e8

Please sign in to comment.