Skip to content

Commit

Permalink
Update CHANGES.diff
Browse files Browse the repository at this point in the history
  • Loading branch information
jhkennedy authored Jun 3, 2024
1 parent 5f72411 commit 187068c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hyp3_autorift/vend/CHANGES.diff
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
- slave_filename = conts['slave_filename'][0]
- master_dt = conts['master_dt'][0]
- slave_dt = conts['slave_dt'][0]
+ from hyp3_autorift.utils import get_topsinsar_config
+ from hyp3_autorift.s1_isce2 import get_topsinsar_config
+ conts = get_topsinsar_config()
+ master_filename = conts['reference_filename']
+ slave_filename = conts['secondary_filename']
Expand Down

0 comments on commit 187068c

Please sign in to comment.