BoiseState-AdaptLab / adapt-lidar-tools

Contains code/project notes/ and Data for GEO+CS lidar data processing
GNU General Public License v3.0
8 stars 2 forks source link

parseWave does not recognize tabs as separator characters #371

Closed jaredwhite547 closed 4 years ago

jaredwhite547 commented 4 years ago

In GaussianFitter_unittests.cpp, the parseWave function only uses spaces as delimiters. Some of the tests use tabs, giving bad data to the fitter.

jaredwhite547 commented 4 years ago

Replaced with init lists and std::iota.