Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

realign() fails for large time series #6

Open
neuromusic opened this issue Jul 17, 2015 · 1 comment
Open

realign() fails for large time series #6

neuromusic opened this issue Jul 17, 2015 · 1 comment
Labels

Comments

@neuromusic
Copy link
Member

see scipy/scipy#5064

the problem seems to be an overflow of 32bit signed integers in the underlying FORTRAN... not sure how likely it will be fixed.

we might just need to chunk the analog signal then stitch it back together

@neuromusic neuromusic added the bug label Jul 17, 2015
@theilmbh
Copy link
Member

Here's what I'm thinking of doing:

  • Add a command line option that allows the user to select among multiple realignment methods.
  • Add a 'none' option to do no realignment.
  • The default will be 'spline' and it's just Justin's original InterpolatedUnivariateSpline code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants