From 9e6684f42f14d3657363d43526fbc0a2e1adb5f6 Mon Sep 17 00:00:00 2001 From: samuel hanot <smlhnt@gmail.com> Date: Tue, 20 Feb 2018 11:37:27 +0100 Subject: [PATCH] update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ae19549..be4b925 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ gnuplot (www.gnuplot.info/) ${SRC_DIR}/recursive_gmconvert.sh -f map_filename -t threshold -n num_gaussians -N num_iterations [-i first_iteration] [-s] ``` -Required arguments: +###Required arguments: `-f map_filename`: the file name of the input EM map @@ -29,7 +29,7 @@ Required arguments: `-N num_iterations`: number of recursion levels -Optional arguments: +###Optional arguments: `-i first_iteration`: initial recursion level (defaults to 1) -- GitLab