Skip to content

Commit

Permalink
note some example cmd-line calls as comment
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanPreibisch committed Nov 8, 2024
1 parent bd21a05 commit 3752739
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,9 @@ public enum Localization { NONE, QUADRATIC };
@Option(names = { "-dsz", "--downsampleZ" }, description = "downsampling in Z to use for segmentation, e.g. 2 (default: 1)")
protected Integer dsz = 1;

//-x /Users/preibischs/SparkTest/IP/dataset.xml -l beadsTest500 -s 1.8 -t 0.008 -dsxy 2 --minIntensity 0 --maxIntensity 255 --prefetch
//-x /Users/preibischs/Downloads/dataset-allen.xml -l beadsTest500 -vi '0,0' -s 1.8 -t 0.008 -dsxy 32 -dsz 32 --minIntensity 0 --maxIntensity 255 --prefetch

@Override
public Void call() throws Exception
{
Expand Down

0 comments on commit 3752739

Please sign in to comment.