Update home authored by Emanuele De Rubeis's avatar Emanuele De Rubeis
...@@ -47,7 +47,7 @@ Here there is a brief explaination of each macro contained in the Makefile. ...@@ -47,7 +47,7 @@ Here there is a brief explaination of each macro contained in the Makefile.
- **Activate pieces of the code to be performed** - **Activate pieces of the code to be performed**
- PHASE_ON: performs w-stacking phase correction. - PHASE_ON: performs w-stacking phase correction.
- NORMALIZE_UVW: normalize $u$, $v$, and $w$ in case it is not done in the binMS. - NORMALIZE_UVW: normalize $u$, $v$, and $w$ in case it is not done in the binMS.
- **Select the convolution kernel** - **Select the gridding kernel**
- GAUSS: select a Gaussian gridding kernel. - GAUSS: select a Gaussian gridding kernel.
- GAUSS_HI_PRECISION: select an high-precision Gaussian gridding kernel. - GAUSS_HI_PRECISION: select an high-precision Gaussian gridding kernel.
- KAISER_BESSEL: select a Kaiser-Bessel gridding kernel. - KAISER_BESSEL: select a Kaiser-Bessel gridding kernel.
... ...
......