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

Make trackpy behave like customized_trackpy in mr. #6

Closed
3 tasks done
danielballan opened this issue Jan 15, 2014 · 2 comments
Closed
3 tasks done

Make trackpy behave like customized_trackpy in mr. #6

danielballan opened this issue Jan 15, 2014 · 2 comments

Comments

@danielballan
Copy link
Member

  • Make iterative_link (i.e., new name for link_iterator) the fundamental loop.
  • Support link with Tom's original trackpy API.
  • Support track (dataframe_link?) with Dan's mr API.
@danielballan
Copy link
Member Author

This is what I settled on:

  • At the lowest level, we have link_iter (following Nathan's naming) which returns a generator that yields DummyTracks (Nathan called them TrackNoStore).
  • link_df operates on a DataFrame like mr.link demonstrated in my tutorial. I don't love this name -- open to suggestions.
  • link maintains Tom's API, wrapping link_iter.

@danielballan
Copy link
Member Author

Closed by #13

caspervdw pushed a commit that referenced this issue Feb 26, 2016
DOC: Minor edits to static.py docstrings, comments
caspervdw pushed a commit that referenced this issue Apr 15, 2018
Do not use inspect.getmoduleinfo; deprecate numba 0.12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant