From f1553ac9610734fddb32be63c8473a5568245160 Mon Sep 17 00:00:00 2001 From: miguelcarcamov Date: Fri, 24 Mar 2017 11:04:40 -0300 Subject: [PATCH] readme fixed --- Makefile | 2 +- README.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index a412426c..606ac8d1 100644 --- a/Makefile +++ b/Makefile @@ -91,7 +91,7 @@ conf: co65: @ clear - @ ./bin/gpuvmem -i ./tests/co65/co65.ms -o ./tests/co65/co65_out.ms -O ./tests/co65/mod_out.fits -m ./tests/co65/mod_in_0.fits -I ./tests/co65/input.dat -p ./tests/co65/mem/ -X 32 -Y 32 -V 1024 --verbose + @ ./bin/gpuvmem -i ./tests/co65/co65.ms -o ./tests/co65/co65_out.ms -O ./tests/co65/mod_out.fits -m ./tests/co65/mod_in_0.fits -I ./tests/co65/input.dat -p ./tests/co65/mem/ -X 32 -Y 32 -V 1024 -P 2 --verbose selfcalband9: @ clear @ ./bin/gpuvmem -i ./tests/selfcalband9/hd142_b9cont_self_tav.ms -o ./tests/selfcalband9/hd142_b9cont_out.ms -O ./tests/selfcalband9/mod_out.fits -m ./tests/selfcalband9/mod_in_0.fits -I ./tests/selfcalband9/input.dat -p ./tests/selfcalband9/mem/ -X 32 -Y 32 -V 1024 --verbose diff --git a/README.md b/README.md index e02fdbd7..50d75e1a 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,7 @@ Example: `./bin/gpuvmem options [ arguments ...]` -r --randoms Percentage of data used when random sampling (Default = 1.0, optional) -p --path MEM folder path to save FITS images. With last / included. (Example ./../mem/) -P --prior Prior used to regularize the solution (Default = 0 = Entropy) +-f --file Output file where final objective function values are saved (Optional) -M --multigpu Number of GPUs to use multiGPU image synthesis (Default OFF => 0) -s --select If multigpu option is OFF, then select the GPU ID of the GPU you will work on. (Default = 0) -t --iterations Number of iterations for optimization (Default = 50) @@ -68,7 +69,7 @@ Example: `./bin/gpuvmem options [ arguments ...]` #PRIORS 0. Entropy -1. Quadratic differences +1. Quadratic variation 2. Total Variation #IMPORTANT