Skip to content

Commit

Permalink
fix file names
Browse files Browse the repository at this point in the history
  • Loading branch information
jhkennedy committed Jan 27, 2025
1 parent bab7a56 commit c6ecc49
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/hyp3_autorift/s1_isce2.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,9 @@ def process_sentinel1_with_isce2(reference: str, secondary: str, parameter_file:
# I've got no idea why, or if there are other affects...
gdal.AllRegister()

nc_name = f'{reference_safe.stem}_X_{secondary_safe.stem}'
netcdf_file = generateAutoriftProduct(
reference_path, secondary_path, nc_sensor='S1', optical_flag=False, ncname=None,
reference_path, secondary_path, nc_sensor='S1', optical_flag=False, ncname=nc_name,
geogrid_run_info=geogrid_info, **parameter_info['autorift'],
parameter_file=parameter_file.replace('/vsicurl/', ''),
)
Expand Down

0 comments on commit c6ecc49

Please sign in to comment.