Results 41 issues of 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...

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: ![image](https://user-images.githubusercontent.com/909509/120234240-3cf0e000-c260-11eb-8b65-52235d0fbc7a.png) 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...

enhancement

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...

enhancement

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...

enhancement

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...

enhancement

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...

enhancement