Releases: mcuntz/loggertools
Release list
Final release of loggertools
loggertools is a Python port of the Control File Functions of Logtools, the Logger Tools Software of Olaf Kolle, MPI-BGC Jena, (c) 2012.
From the Logtools manual:
The functions range from simple mathematic operations to more complex and special procedures including functions for checking data. Most of the functions have the following appearance:
y = f(x, p1, p2, ..., pn)whereyis the variable in which the result of the functionfis stored,xis the input variable of the function andp1topnare parameters (numbers) of the function. An output variable (result of a function) may be the same as an input variable. Some functions need more than one input variable, some functions do not need any parameter and some functions (mean,mini,maxi) may have a variable number of input variables.
First release of loggertools on Zenodo
loggertools is a Python port of the Control File Functions of Logtools, the Logger Tools Software of Olaf Kolle, MPI-BGC Jena, (c) 2012.
From the Logtools manual:
The functions range from simple mathematic operations to more complex and special procedures including functions for checking data. Most of the functions have the following appearance:
y = f(x, p1, p2, ..., pn)whereyis the variable in which the result of the functionfis stored,xis the input variable of the function andp1topnare parameters (numbers) of the function. An output variable (result of a function) may be the same as an input variable. Some functions need more than one input variable, some functions do not need any parameter and some functions (mean,mini,maxi) may have a variable number of input variables.
Initial release of package loggertools
loggertools is a Python port of the Control File Functions of Logtools, the Logger Tools Software of Olaf Kolle, MPI-BGC Jena, (c) 2012.
From the Logtools manual:
The functions range from simple mathematic operations to more complex and special procedures including functions for checking data. Most of the functions have the following appearance:
y = f(x, p1, p2, ..., pn)whereyis the variable in which the result of the functionfis stored,xis the input variable of the function andp1topnare parameters (numbers) of the function. An output variable (result of a function) may be the same as an input variable. Some functions need more than one input variable, some functions do not need any parameter and some functions (mean,mini,maxi) may have a variable number of input variables.