Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ptiede committed Oct 4, 2023
1 parent 98058a3 commit c78f599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/visualizations/data.jl
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ end
u = getdata(dvis, :U)
v = getdata(dvis, :V)
uvdist = hypot.(u,v)
vis = visibility.(dvis.data)
vis = dvis[:measurement]
error = getdata(dvis, :error)
vre = real.(vis)
vim = imag.(vis)
Expand Down

0 comments on commit c78f599

Please sign in to comment.