Skip to content

Commit

Permalink
Fix bug in ionosphere verbose arguement
Browse files Browse the repository at this point in the history
  • Loading branch information
sssangha authored and alexfore committed May 13, 2024
1 parent f7fee2b commit 7961f6a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/ARIAtools/util/ionosphere.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,8 @@ def export_ionosphere(input_iono_files: typing.List[str],

# Update VRT
if verbose:
LOGGER.info(f'Writing {output_iono}, {output.with_suffix(".vrt")}')
LOGGER.info(
f'Writing {output_iono}, {output_iono.with_suffix(".vrt")}')
osgeo.gdal.Translate(
str(output_iono.with_suffix('.vrt')), str(output_iono), format="VRT")

Expand Down

0 comments on commit 7961f6a

Please sign in to comment.