Particle Tracker in batch mode

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Particle Tracker in batch mode

Michael Skaug
I am impressed with the Particle Tracker plugin written by Guy Levy.  I
would like to run it in batch mode to analyze many image sequences.  I
am able to call the Particle Tracker plugin from a macro, but there
doesn't seem to be any way to write out the results using a macro.  Any
ideas on the smartest way to apply the Particle Tracker in batch mode?

Thanks
--Mike Skaug
Reply | Threaded
Open this post in threaded view
|

Re: Particle Tracker in batch mode

dscho
Hi,

On Thu, 4 Jun 2009, Michael Skaug wrote:

> I am impressed with the Particle Tracker plugin written by Guy Levy.  I
> would like to run it in batch mode to analyze many image sequences.  I
> am able to call the Particle Tracker plugin from a macro, but there
> doesn't seem to be any way to write out the results using a macro.  Any
> ideas on the smartest way to apply the Particle Tracker in batch mode?

If I am not mistaken, the ParticleTracker_ plugin opens its own results
table.  So you probably need to modify the source code, which is contained
in the plugin .jar, fortunately!

Hth,
Dscho