Skip to content

Commit

Permalink
i.fusion.hpf
Browse files Browse the repository at this point in the history
fix code formatting
  • Loading branch information
metzm committed Sep 5, 2020
1 parent 4d940b8 commit 61362d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grass7/imagery/i.fusion.hpf/i.fusion.hpf.py
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@ def main():
hpf_med = float(allq[1].split(':')[2])
hpf_phi = float(allq[2].split(':')[2])

# scale factors
# scale factors
sfplo = (msx_med - msx_plo) / (hpf_med - hpf_plo)
sfphi = (msx_phi - msx_med) / (hpf_phi - hpf_med)

Expand Down

0 comments on commit 61362d8

Please sign in to comment.