Results 82 comments of Anders Wallin

It looks like my issue is related to #1 In the output above, notice how the -xyz parameter has coordinates given with a decimal 'comma' "," since I used a...

I'm all for a python re-write! ;) I could probably help/contribute if someone else sets up the basics.

Thanks for noticing this. Ideally bugs should be caught by tests, but there are probably no tests that run gradev() yet. if there is a real need for frequency-data based...

This is merged now. The problematic example-scripts mentioned above still deserve a look.

this example shows how to write an ini-style text file with geometry from truetypetracer https://github.com/aewallin/truetype-tracer/blob/master/py/test_3_textwriter.py these could be included as plain-text files in tests, as source of geometry. a similar...

output of htotdev() test, as compared to Stable32 is below. If the correct bias-correction at AF=1 (tau= 1*tau0) is 0.5 and 0.995 for other tau, then the values seem correct....

Updated the title to include all functions that need bias correction.

Your rate = 1/float(300.0) looks correct if you have input data at 5*60s = 300s intervals. if you have len(phase) = 151200 you will be able to calculate adev for...

I don't know. Can you post a minimal example with your input data, or simulated data, and the results you get.