From 96173d49b141258f48ca8b74ced0c5e8862f05f7 Mon Sep 17 00:00:00 2001 From: Stefan Hahmann Date: Wed, 21 Feb 2024 18:11:37 +0100 Subject: [PATCH] Replace

tags with
tags in BranchDisplacementDurationFeature and BranchNSpotsFeature javadoc * Reasoning: the javadoc rules where complaining about empty

-tags --- .../BranchDisplacementDurationFeature.java | 26 ++++++++++++------- .../feature/branch/BranchNSpotsFeature.java | 6 +++-- 2 files changed, 20 insertions(+), 12 deletions(-) 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 *