Skip to content

Commit

Permalink
cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewPlayer3 committed Jan 28, 2025
1 parent b01c17f commit 8fbae27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/hyp3_autorift/process.py
Original file line number Diff line number Diff line change
Expand Up @@ -363,9 +363,9 @@ def process(
platform = get_platform(reference)

if platform == 'S1':
from hyp3_autorift.s1_isce3 import process_sentinel1_with_isce3_slc, process_burst_sentinel1_with_isce3
from hyp3_autorift.s1_isce3 import process_sentinel1_with_isce3_slc, process_sentinel1_burst_isce3
if reference.endswith('-BURST'):
netcdf_file = process_burst_sentinel1_with_isce3(reference, secondary)
netcdf_file = process_sentinel1_burst_isce3(reference, secondary)
else:
netcdf_file = process_sentinel1_with_isce3_slc(reference, secondary)
elif platform == 'GS1':
Expand Down

0 comments on commit 8fbae27

Please sign in to comment.