A dataframe with columns. For the direct decompostion method, we will have 29 columns and for the deconvolution and decomposition method.
17 columns were generated: index,pi,t,sd,pise,tse,sdse,px,py,pz,uncerUXpeak,uncerUYpeak,uncerUZpeak,uncerLXpeak,uncerLYpeak,uncerLZpeak,rn.
index
The index of waveform.
pi
The estimated amplitude of an waveform componment.
t
The estimated peak location of an waveform componment.
sd
The estimated echo width of an waveform componment.
pise
The standard error of the estimated amplitude.
tse
The standard error of the estimated peak location.
sdse
The standard error of the estimated echo width.
px
Desired x position using peak locations.
py
Desired y position using peak locations.
pz
Desired y position using peak locations.
lowx
Desired x position using leading edge locations.
lowy
Desired y position using leading edge locations.
lowz
Desired z position using leading edge locations.
upx
Desired x position using trailing edge locations.
upy
Desired y position using trailing edge locations.
upz
Desired z position using trailing edge locations.
uncerUXpeak
Upper bound of 95th confidence interval of px.
uncerUYpeak
Upper bound of 95th confidence interval of py.
uncerUZpeak
Upper bound of 95th confidence interval of pz.
uncerLXpeak
Lower bound of 95th confidence interval of px.
uncerLYpeak
Lower bound of 95th confidence interval of py.
uncerLZpeak
Lower bound of 95thconfidence interval of pz.
uncerUXleading
Upper bound of 95th confidence interval of lowx.
uncerUYleading
Upper bound of 95th confidence interval of lowy.
uncerUZleading
Upper bound of 95th confidence interval of lowz.
uncerLXleading
Lower bound of 95th confidence interval of lowx.
uncerLYleading
Lower bound of 95th confidence interval of lowy.
uncerLZleading
Lower bound of 95th confidence interval of lowz.
rn
The number of return for each waveform.
By combining xyz, the users can get waveform-based point cloud using leading edge, peak and trail edge positions, and parameter uncertainty of the point cloud.