pydcf icon indicating copy to clipboard operation
pydcf copied to clipboard

A Python cross correlation command line tool for unevenly sampled time series

Results 4 pydcf issues
Sort by recently updated
recently updated
newest added

I add the line "N = int(N)" after line 333 and it could run in it entirety, but the output result contains only 5 DCF and the most of the...

In order for pydcf to run, I had to force the user input to be an integer---even though I entered integers for the lag_range_low and lag_range_high, for some reason they...

Used in selection of resolution for structure function

Recent numpy will fail in the linspace command is the number of values is not an integer, it won't cast a float, so it must be forced in the code....