mastodon-sc / mastodon-pasteur

Mastodon plugins developed in the context of Pasteur users projects.
BSD 2-Clause "Simplified" License
2 stars 2 forks source link

A Mastodon plugin to extract a spot track image. #5

Closed tinevez closed 2 years ago

tinevez commented 3 years ago

This plugins generates an ImageJ2 image that follows a spot along a track.

It is similar to what we have in MaMuT and TrackMate under the name 'Extract track stack'. But it is somewhat extended to capture multiple views at the same time. It is easy for one view: you simply align the X, Y and Z axis of the output with the BDV Source axis. But if you want to capture also the other views, with a possible different registration, then you have to back transform this rectangle on the other sources. This plugin does that, the others don't.

Also it was 'fun' trying to copy the display range and display LUTs from BDV to ImageJ2.

Screenshot 2021-11-04 at 16 39 51

Screenshot 2021-11-04 at 16 40 45