Hi,
today after some time I tried to do some tracking with Trackmate (
http://fiji.sc/TrackMate) again.
I am usually building the Trackmate model from scratch with a jython script using data from a custom segmentation. I am no longer able to display (or animate) the tracking results via
sm = SelectionModel(model)
view = HyperStackDisplayer(model, sm)
# Display tracks as comets
view.setDisplaySettings('TrackDisplaymode', 1)
view.setDisplaySettings('TrackDisplayDepth', 10)
view.render()
The tracking itself seems to be ok, and I am seeing the very first image of the model (violet spots with yellow stripes), but as soon as I want to scroll forward in time, the hyperstack display turns completely black. When I then scroll back to the very first image, it also turned completely black.
Here is a minimal dummy script that produces that odd behavior for me:
dummyTrack.py
I am on ImageJ 149s (Fiji) on Mac OS 10.10.
Any help appreciated !
Best,
Greg