Anders Wallin
Anders Wallin
An arc-filter in python, developed for slic3r: http://wiki.linuxcnc.org/cgi-bin/wiki.pl?LinesToArcs If this algorithm is good, it should be converted to c++, extended to handle all planes (XY, XZ, YZ), and added to...
next.release
This is a list of to-do features/issues that will not make it into 2019.07 Algorithms: - [ ] make lag-1 autocorrelation the default noise-ID algorithm and compute confidence intervals (#47)...
the travis log gives some clues on what is wrong with the windows build `The command "python -m pip install -v ." failed and exited with 1 during .` `...
Docs render as:  doesn't look right... @EBenkler ?
link "full list of available functions" at https://pypi.org/project/AllanTools/ is broken.
Implement allan deviation calculation for time-stamped data with missing datapoints and/or outliers (removed by MAD test). Reference: Sesia et al. "Application of the Dynamic Allan Variance for the Characterization of...
Many times we require conversion of time-stamps from one format to another. I have been using some versions of "gpstime" and "jdutil" for GPS-timescale and Modified Julian Date conversions. gps-functions...
We should add confidence intervals (errorbars) for the computed deviations. For most common deviations the equivalent degrees of freedom are already computed in **uncertainty_estimate()** However it looks like this will...
because scipy is a very slow compile and install it takes quite a bit of time to test allantools in virtual environments (e.g. travis-ci or virtualenv) There is only one...
I implemented a first try at **htotdev()** following the description in NIST SP 1065. The algorithm seems very similar to **mtotdev()**, but using frequency input data where mtotdev uses phase...