Skip to content

Commit

Permalink
readme fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelcarcamov committed Mar 24, 2017
1 parent 72b554d commit f1553ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -68,7 +69,7 @@ Example: `./bin/gpuvmem options [ arguments ...]`
#PRIORS

0. Entropy
1. Quadratic differences
1. Quadratic variation
2. Total Variation

#IMPORTANT
Expand Down

0 comments on commit f1553ac

Please sign in to comment.