diff --git a/src/main/java/org/mastodon/mamut/feature/branch/BranchDisplacementDurationFeature.java b/src/main/java/org/mastodon/mamut/feature/branch/BranchDisplacementDurationFeature.java index a7a4c5db2..eb70696ed 100644 --- a/src/main/java/org/mastodon/mamut/feature/branch/BranchDisplacementDurationFeature.java +++ b/src/main/java/org/mastodon/mamut/feature/branch/BranchDisplacementDurationFeature.java @@ -53,17 +53,21 @@ * Represents the duration of a branch in the lineage tree, which in many cases * may be considered a proxy for the cell life cycle time and the displacement * of the cell between two consecutive divisions. - *
+ *
+ *
* It is computed as the difference in timepoints between the last timepoint of
* the branchspot and the last timepoint of the previous branchspot in the
* lineage tree.
- *
+ *
+ *
* For roots, it is computed as the difference in timepoints between the last
* timepoint of the branchspot and the first timepoint the previous branchspot
* in the lineage tree.
- *
+ *
+ *
* Cf. following example:
- *
+ *
+ *
* Model-Graph (i.e. Graph of Spots)
*
*
@@ -128,22 +132,24 @@ * Spot( 0, X=1,00, Y=2,00, Z=3,00, tp=0 ) * │ * │ - * Spot( 1, X=2,00, Y=4,00, Z=6,00, tp=1 ) + * Spot( 1, X=2,00, Y=4,00, Z=6,00, tp=1 ) * │ * │ - * Spot( 2, X=3,00, Y=6,00, Z=9,00, tp=2 ) + * Spot( 2, X=3,00, Y=6,00, Z=9,00, tp=2 ) * │ * │ - * Spot( 3, X=4,00, Y=8,00, Z=12,00, tp=3 ) + * Spot( 3, X=4,00, Y=8,00, Z=12,00, tp=3 ) * │ * │ - * Spot( 4, X=5,00, Y=10,00, Z=15,00, tp=3 ) + * Spot( 4, X=5,00, Y=10,00, Z=15,00, tp=3 ) ** * BranchSpot-Graph - *
+ *
+ *
* branchSpot0
- *
+ *
+ *
* Duration
*
+ *
+ *
* Model-Graph (i.e. Graph of Spots)
*
*
@@ -121,7 +122,8 @@ ** * Branch-Graph (i.e. Graph of BranchSpots) - *
+ *
+ *
* branchSpot0
*
*