project8 / katydid

Project 8 data analysis package
Other
5 stars 4 forks source link

Fix the KTTreeIndex Function Names #29

Closed nsoblath closed 10 years ago

nsoblath commented 10 years ago

The names for the various nearest-neighbors search functions need to be standardized.

laroque commented 10 years ago

Does this refer to FindNeighbors, knnSearch, RadiusSearch, etc.? Is the goal just to make the function names more obvious/descriptive/consistent or is there an additional part to this that I'm missing?

The nanoflan functions also have awkwardly different signatures despite being fundamentally similar, are ours the same or are they all consistent in that respect already?

nsoblath commented 10 years ago

Yes, that's all I mean. Functions with consistent naming and signatures to fix the weird nanoflann signatures.