Skip to content

Commit

Permalink
add import of os (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShashankBice authored Feb 22, 2023
1 parent 1033ae1 commit e38f61a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions demcoreg/coreglib.py
Original file line number Diff line number Diff line change
Expand Up @@ -682,6 +682,7 @@ def ct_at_correction_wrapper(src_dem_fn, dh_fn, dh_filt_fn, ct_only=False, sg_wi
writeout: bool
Write corrected source DEM, difference maps and plots to disc (not used currently)
"""
import os
# warp the difference maps to extent and resolution of source DEMs
print("Warping difference maps to extent of source DEM")
ds_list = warplib.memwarp_multi_fn([src_dem_fn, dh_fn, dh_filt_fn], res='first', extent='first', r='cubic')
Expand Down

0 comments on commit e38f61a

Please sign in to comment.