Skip to content

Commit 3234b49

Browse files
author
Stefan Hahmann
committed
Update scale factor label for clarity in FindLineageMotifsBasedOnImportCommand
1 parent 575eb29 commit 3234b49

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/mastodon/mamut/lineagemotifs/ui/FindLineageMotifsBasedOnImportCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public class FindLineageMotifsBasedOnImportCommand extends AbstractFindLineageMo
6363
@Parameter( label = "Similarity measure", initializer = "initSimilarityMeasureChoices", callback = "update" )
6464
private String similarityMeasure = SimilarityMeasure.NORMALIZED_ZHANG_DIFFERENCE.getName();
6565

66-
@Parameter( label = "Scale factor", min = "0", description = "Scale factor for the motif. This is useful, if the motif loaded from the file is known to have a different time scale than the motifs to be searched in this project." )
66+
@Parameter( label = "Scaling of the search motif", min = "0", description = "Scaling applied to the search motif. This is useful, if the motif loaded from the file is known to have a different time scale than the motifs to be searched in this project." )
6767
private double scaleFactor = 1d;
6868

6969
@Parameter( label = "Run on branch graph", required = false, description = "Running this command on the branch graph (recommended option) will be much faster, but a bit less accurate. Running it on the model graph will be more accurate, but slower." )

0 commit comments

Comments
 (0)