Skip to content

Commit

Permalink
Add documentation to LineageLengthExporter
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanhahmann committed Dec 19, 2024
1 parent da8c190 commit 5d4d854
Showing 1 changed file with 18 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,24 @@
import java.io.FileWriter;
import java.io.IOException;


/**
* Reports all tracklets that are reachable from the
* selected spot (are on the same lineage) and that are fully included in
* the time interval (they start with a division and finish with a
* division; so their full life span can be computed (in contrast to
* tracklets starting at timepoint=0)).
* <br>
* Such tracklets are reported, one per line.
* <br>
* Each line contains:
* <br>
* label of mother to the tracklet and its timenpoint; label of the last spot
* on the tracklet (mother to another tracklets) and its timenpoint; life span as
* the number of time points and the same multiplied with the "physical time
* between time points";
* <br>
* The rows are sorted in time
*/
@Plugin( type = Command.class, name = "Export lineage as lengths between divisions" )
public class LineageLengthExporter extends DynamicCommand
{
Expand Down

0 comments on commit 5d4d854

Please sign in to comment.