You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the notebook GEDI_Waveforms.ipynb why the heights for rh level are calculated by adding abs(min(h5_2A[beam]['rh'][shot_number_id])). Isn't the actual ground height at elev_lowestmode and not rh0? Similarly, canopy height rh100 is elevated by abs(min(h5_2A[beam]['rh'][shot_number_id])).
In the notebook GEDI_Waveforms.ipynb why the heights for rh level are calculated by adding
abs(min(h5_2A[beam]['rh'][shot_number_id]))
. Isn't the actual ground height atelev_lowestmode
and notrh0
? Similarly, canopy height rh100 is elevated byabs(min(h5_2A[beam]['rh'][shot_number_id]))
.heights=h5_2A[beam]['rh'][shot_number_id]+abs(min(h5_2A[beam]['rh'][shot_number_id]))
The text was updated successfully, but these errors were encountered: