diff --git a/frads/methods.py b/frads/methods.py index 3cc3a42..78c4dfe 100755 --- a/frads/methods.py +++ b/frads/methods.py @@ -1293,7 +1293,7 @@ def calculate_edgps( if save_hdr is not None: with open(save_hdr, "wb") as f: f.write(hdr) - res = pr.evalglare(hdr, fast=1, correction_mode="-l-", ev=ev.item()) + res = pr.evalglare(hdr, fast=1, correction_mode="l-", ev=ev.item()) edgps = float(res) os.remove(octree) return edgps