Skip to content

Commit

Permalink
correct -M (MIPs) flag in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 committed Mar 8, 2019
1 parent 8a807ac commit efa2420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/cli.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The ``cudaDeconv`` command runs deconvolution (with deskewing and rotation if de
$ cudaDeconv /folder/of/images 488nm /path/to/488nm_otf.tif -z 0.3
# a typical lattice experiment might also add the deskew flag and maybe MIPs
$ cudaDeconv /folder/of/images 488nm /path/to/488nm_otf.tif -z 0.3 -D 31.5 - M 0 0 1
$ cudaDeconv /folder/of/images 488nm /path/to/488nm_otf.tif -z 0.3 -D 31.5 -M 0 0 1
Run ``cudaDeconv --help`` at the command prompt for the full menu of options
Expand Down

0 comments on commit efa2420

Please sign in to comment.