Addalin / pyALiDAn

A python implementation of the Atmospheric Lidar Data Augmentation (ALiDAn) framework and a learning pipeline utilizing both ALiDAn's and raw data.
https://github.com/Addalin/pyALiDAn
5 stars 0 forks source link

Statement of dataset keys - Consider replacing to a more generic statement #15

Closed Addalin closed 3 years ago

Addalin commented 3 years ago

The key statement is problematic. If in the loaded CSV file, the keys' order is not the same or there are different keys, then there may be an error loading a value with get_key_val.

get_key_val () - This is a function designed to segment the results/inputs according to certain features, for example, wavelength time of the day, season/month of the year, etc.

OmerShubi commented 3 years ago

@Addalin This was fixed in a previous commit. Can be closed.