Skip to content

Commit

Permalink
zboundarytocenter_inexact added
Browse files Browse the repository at this point in the history
  • Loading branch information
a2ray committed Dec 2, 2024
1 parent 54d01fa commit 6512026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zz_portalcurtains/comparelei.jl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ line, X, Y, Z, thick, σ = transD_GP.readcols([5,7,8,9,[53,82],[23,52]],
startfrom=1, decfactor=5)
idx = line .== linewanted
Xd, Yd, Zd, thick, σd = map(x->x[idx,:],(X, Y, Z, thick, σ))
zalld = transD_GP.zboundarytocenter_inexact(cumsum(thick[1,:]))
zalld = transD_GP.zboundarytocenter_inexact(cumsum(thick[1,:]), fudgelast=true)
## Get probabilistic
Xp, Yp, Zp, zallp, ρlow, ρmid, ρhigh, = transD_GP.readxyzrhoϕ(linewanted, 52,
pathname="/Users/anray/Documents/work/projects/largeaem/final_01/summaries_all/AusAEM_01/2017_QLD/summary")
Expand Down

0 comments on commit 6512026

Please sign in to comment.