Skip to content

Commit

Permalink
Test Drive for the loading of results saved to TrackMate.
Browse files Browse the repository at this point in the history
  • Loading branch information
tinevez committed Apr 28, 2020
1 parent 321178a commit 45a044c
Showing 1 changed file with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
package fr.pasteur.iah.dendritedynamicstracker;

import fiji.plugin.trackmate.LoadTrackMatePlugIn_;
import net.imagej.ImageJ;

public class TestDriveLoad
{

public static void main( final String[] args )
{
final ImageJ ij = new ImageJ();
ij.launch( args );
new LoadTrackMatePlugIn_().run( "samples/1-1 96h 3min interval skeletonize-1.xml" );
}

}

0 comments on commit 45a044c

Please sign in to comment.