From 58b1a3722d16556f4755c15f6ecc5b235e914934 Mon Sep 17 00:00:00 2001 From: Anandaroop Ray Date: Tue, 5 Dec 2023 17:58:04 +1100 Subject: [PATCH] change to normal grad plots for fixed_wing --- src/AEMnoNuisanceGradientInversionTools.jl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/AEMnoNuisanceGradientInversionTools.jl b/src/AEMnoNuisanceGradientInversionTools.jl index b939e403..8cc422ef 100644 --- a/src/AEMnoNuisanceGradientInversionTools.jl +++ b/src/AEMnoNuisanceGradientInversionTools.jl @@ -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