-
Hey there Nathan, Daniel suggested I ask you..... do you have any code written for trackpy that would do 2 particle correlations? TIA.
-
Hi,
I followed the tutorial in: http://soft-matter.github.io/trackpy/v0.5.0/tutorial/walkthrough.html
I would like to use the velocity prediction function predict.NearestVelocityPredict() used h…
-
I'd like to use trackpy for particle tracking in a double-exposure imaging system used for monitoring high-velocity flows. For these purposes, the flows are fast, but stable over time.
In such a ca…
-
I'm loading an image sequence using `pims.open` and then process each frame in this image sequence using a pipeline. All the processed frames then have a `frame_no` of 0, which seems to mess up tracki…
-
`trackpy` 0.5.0 narrowly fails its tests `TestFeatureIdentificationWithVanillaNumpy.test_uncertainty_failure` and `TestFeatureIdentificationWithNumba.test_uncertainty_failure` due to precision issues …
-
Hello everyone,
I've been using trackpy for about 5-6 months. It helps me a lot for my research.
Last few weeks I came across with the problem of big data, but thanks to you guys that you also pr…
-
I'm currently using trackpy for tracking particles over 3D. For various reasons I'm **not** using 3D feature finding but instead I'm scanning a volume over `z` and finding centroids in 2D. Then I do s…
-
Thanks to Kristen Thyng's talk at SciPy 2014 (not yet online) I now know that `cm.winter` is the very worst colormap in matplotlib, perceptually speaking. It should not be the default for coloring-by-…
-
When I launch the 3D tracking example in Binder, running the 2nd cell (the one that loads the image stack) raises
```
---------------------------------------------------------------------------
TypeE…
nkeim updated
8 years ago
-
Hi there,
I was going through the [walkthrough](https://github.com/soft-matter/trackpy-examples/blob/master/notebooks/walkthrough.ipynb) notebook and noticed that when the images are imported with …