bgctw / REddyProc

Processing data from micrometeorological Eddy-Covariance systems
57 stars 31 forks source link

cleanup argument names #20

Closed bgctw closed 5 years ago

bgctw commented 5 years ago

For historical development reasons, currently, the type of an argument is encoded in its name. This is confusing to the user. For the most important functions, omit the type suffix from argument names. But at the same time make sure that code using the old argument names still runs, and gives a warning of changed argument names.