TrackMate v7.6.0:
This release contains mainly small bugfixes and one new action.
New features
Automatic renaming of spots.
There is now an action that rename spots in batch based on specific rules.
Three simple rules are implemented for now.
The first one simply copies the track name to all its spots name. (You can edit the track name in the track table or in TrackScheme.)
The second one is based on the lineage. After a division (or 'split' events), the daughter objects will receive the name of the parent object, with 'a', b', etc. suffixed to the name. The letters appended ('a', 'b', ...) are assigned by taking the X position of the sibling objects (the leftmost one receive 'a', etc).
The third one is derived from the second one. On top of appending with a letter reflecting the hierarchy, an integer is suffixed that represent the spot position in the branch. For instance the first spot in the branch could be named Track_12.a.1
, the second 'Track_12.a.2` etc.
This will be especially useful when post-processing tracking results in specific track analysis software.
Bugfixes
- Do not crash when running global detectors on a subset of time-points.
- Fix incorrect channel being used in the Spot Gaussian fitter action.
- Fix the track name comparison crashing with empty track names.
- Fix typos in feature names:
CONFINMENT_RATIO
fixed inCONFINEMENT_RATIO
MANUAL_EGE_COLOR
fixed inMANUAL_EDGE_COLOR