Skip to content

Commit

Permalink
Update src/hyp3_isce2/insar_tops_multi_burst.py
Browse files Browse the repository at this point in the history
Co-authored-by: Jake Herrmann <[email protected]>
  • Loading branch information
AndrewPlayer3 and jtherrmann authored Aug 19, 2024
1 parent 22e1ddc commit d629700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hyp3_isce2/insar_tops_multi_burst.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def insar_tops_multi_burst(
secondary_safe = secondary_safe_path.name.split('.')[0]

range_looks, azimuth_looks = [int(value) for value in looks.split('x')]
swaths = list(set([int(granule.split('_')[2][2]) for granule in reference]))
swaths = list(set(int(granule.split('_')[2][2]) for granule in reference))
polarization = reference[0].split('_')[4]

log.info('Begin ISCE2 TopsApp run')
Expand Down

0 comments on commit d629700

Please sign in to comment.