Skip to content

Commit 4871b82

Browse files
Update README.md
1 parent 0a29ef3 commit 4871b82

1 file changed

Lines changed: 11 additions & 8 deletions

File tree

README.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
# GPUVMEM
22

3-
# Libraries
3+
# Installation
44

5-
To compile GPUVMEM you need:
5+
1. Download or clone gpuvmem.
6+
7+
2. To compile GPUVMEM you will need:
68

79
- casacore (https://github.com/casacore/casacore, please make sure you have installed the github version, Ubuntu package doesn't work well since doesn't have the `put()` function). Additionally, if you are using the last version of casacore, please compile using the flag NEWCASA=1.
8-
- CUDA
10+
- CUDA >= 9
911
- OpenMP
1012

1113
# Compiling
@@ -24,8 +26,9 @@ make NEWCASA=1
2426

2527
# Usage
2628

27-
Create your canvas or mod_in_0.fits with difmap or CASA, typically we use a FITS CASA CLEAN image of the desired object.
28-
Create your input.dat file with the following data and change the parameters if you want:
29+
Create your canvas or mod_in_0.fits with the image data in the header, typically we use a FITS CASA CLEAN dirty image of the desired object.
30+
31+
Create your input.dat file with the following data and change the parameters as you need:
2932

3033
```
3134
noise_cut 100.5
@@ -101,13 +104,13 @@ Remember to create the mem folder to save the FITS images
101104

102105
We have fixed the Makefile and now you can compile gpuvmem using the new version of casacore.
103106

104-
# RESTORING YOUR IMAGE
107+
# RESTORING YOUR IMAGE PLEASE SEE CARCAMO ET AL. 2018 FOR MORE INFORMATION
105108

106109
Usage:
107110

108111
`casapy --log2term --nogui -c restore_continuum_ms.py residual_folder.ms mem_model.fits restored_output`
109112

110-
# Contributors
113+
# CONTRIBUTORS
111114

112115
- Miguel Cárcamo
113116
- Fernando Rannou
@@ -117,7 +120,7 @@ Usage:
117120
- Victor Moral
118121
- Nicolás Muñoz
119122

120-
# BUG REPORTS
123+
# CONTRIBUTION AND BUG REPORTS
121124

122125
**Describe the bug**
123126
A clear and concise description of what the bug is.

0 commit comments

Comments
 (0)