Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bbuzz31 committed Sep 5, 2023
1 parent 38f0d93 commit d31a319
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/ARIAtools/ionosphere.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


# import util modules
from ARIAtools.stitiching_util import (get_GUNW_array, get_GUNW_attr,
from ARIAtools.stitching_util import (get_GUNW_array, get_GUNW_attr,
frame_overlap, combine_data_to_single,
write_GUNW_array, snwe_to_extent,
_nan_filled_array)
Expand Down Expand Up @@ -248,4 +248,4 @@ def export_ionosphere(input_iono_files: List[str],
update_file = update_file.GetRasterBand(1).WriteArray(update_array)
update_file = None



0 comments on commit d31a319

Please sign in to comment.