Package sc.fiji.snt.util
Class CrossoverFinder.CrossoverEvent
java.lang.Object
sc.fiji.snt.util.CrossoverFinder.CrossoverEvent
- Enclosing class:
CrossoverFinder
One detected crossover event.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal Map<Path, IntSummaryStatistics> Min/max of node indices per path near the eventfinal doubleMedian crossing angle between local tangentsfinal doubleMedian segment-to-segment closest distance (real world units)Unique paths taking part in the crossoverfinal doubleX-coordinate of crossover center in real world unitsfinal doubleY-coordinate of crossover center in real world unitsfinal doubleZ-coordinate of crossover center in real world units -
Method Summary
-
Field Details
-
x
public final double xX-coordinate of crossover center in real world units -
y
public final double yY-coordinate of crossover center in real world units -
z
public final double zZ-coordinate of crossover center in real world units -
participants
Unique paths taking part in the crossover -
medianAngleDeg
public final double medianAngleDegMedian crossing angle between local tangents -
medianMinDist
public final double medianMinDistMedian segment-to-segment closest distance (real world units) -
indexWindow
Min/max of node indices per path near the event
-
-
Method Details
-
xyzct
public double[] xyzct()The XYZCT locations (ImagePlus nomenclature with ZCT 1-based indices) of the event center. Ifparticipantsare associated with multiple channels/frames, their mean position is retrieved. -
toString
-