Skip to content

Commit

Permalink
change to normal grad plots for fixed_wing
Browse files Browse the repository at this point in the history
  • Loading branch information
a2ray committed Dec 5, 2023
1 parent fd4f2ae commit 58b1a37
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/AEMnoNuisanceGradientInversionTools.jl
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@ function plotconvandlasteachline(soundings, σ, ϕd, delr, delz;
x0, y0 = soundings[1].X, soundings[1].Y
if isdefined(soundings[1], :zTx)
zTx = [s.zTx for s in soundings]
elseif isdefined(soundings[1], :z_tx)
zTx = [s.z_tx for s in soundings] # so we can use for TEMPEST and SPECTREM
else
zTx = [s.zTxLM for s in soundings]
end
Expand Down

0 comments on commit 58b1a37

Please sign in to comment.