ARM-DOE / ACT

Atmospheric data Community Toolkit - A python based toolkit for exploring and analyzing time series atmospheric datasets
https://ARM-DOE.github.io/ACT/
Other
133 stars 34 forks source link

FIX: Small error in Doppler lidar code with undefined var_name #812

Closed rcjackson closed 3 months ago

rcjackson commented 3 months ago

The VAD code would not work if only signal_to_noise_ratio was defined and intensity was set to None due to an undefined variable name. This remedies this by pointing the var_name to be the snr_name which is only used to get the height_name.

zssherman commented 3 months ago

Failure is unrelated and is fixed in my PR